]> git.eshelyaron.com Git - emacs.git/commitdiff
(flyspell-default-dictionary): Fix previous change.
authorPavel Janík <Pavel@Janik.cz>
Mon, 12 Nov 2001 08:17:15 +0000 (08:17 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 12 Nov 2001 08:17:15 +0000 (08:17 +0000)
lisp/textmodes/flyspell.el

index 62c826feca3b4d495800d30843394247fa7e5b74..0138509a1e48b12d1435d34e8995deb4c9077ee0 100644 (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]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"