emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Mon, 12 Nov 2001 03:17:15 -0500

Index: emacs/lisp/textmodes/flyspell.el
diff -u emacs/lisp/textmodes/flyspell.el:1.35 
emacs/lisp/textmodes/flyspell.el:1.36
--- emacs/lisp/textmodes/flyspell.el:1.35       Mon Nov 12 01:17:27 2001
+++ emacs/lisp/textmodes/flyspell.el    Mon Nov 12 03:17:15 2001
@@ -166,7 +166,7 @@
 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]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]