1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-29 09:43:56 -07:00

(flyspell-default-dictionary): Fix previous change.

This commit is contained in:
Pavel Janík 2001-11-12 08:17:15 +00:00
parent a89f435d63
commit eb1d71ab61

View file

@ -166,7 +166,7 @@ Otherwise, if `flyspell-default-dictionary' is nil, it means to use
Ispell's ultimate default dictionary."
:group 'flyspell
:version "21.1"
:type '(choice string (const :tag "Default" nil))
:type '(choice string (const :tag "Default" nil)))
(defcustom flyspell-tex-command-regexp
"\\(\\(begin\\|end\\)[ \t]*{\\|\\(cite[a-z*]*\\|label\\|ref\\|eqref\\|usepackage\\|documentclass\\)[ \t]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"