From: Pavel Janík Date: Mon, 12 Nov 2001 08:17:15 +0000 (+0000) Subject: (flyspell-default-dictionary): Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~18649 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb1d71ab61631a568cfc4a2d896a252aa100bd22;p=emacs.git (flyspell-default-dictionary): Fix previous change. --- diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 62c826feca3..0138509a1e4 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -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]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"