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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Mon, 12 Nov 2001 01:17:27 -0500

Index: emacs/lisp/textmodes/flyspell.el
diff -u emacs/lisp/textmodes/flyspell.el:1.34 
emacs/lisp/textmodes/flyspell.el:1.35
--- emacs/lisp/textmodes/flyspell.el:1.34       Sun Nov 11 15:12:27 2001
+++ emacs/lisp/textmodes/flyspell.el    Mon Nov 12 01:17:27 2001
@@ -166,7 +166,7 @@
 Ispell's ultimate default dictionary."
   :group 'flyspell
   :version "21.1"
-  :type '(choice string 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]