changeset 40938:4c041aad3b43

(flyspell-default-dictionary): Fix custom type.
author Richard M. Stallman <rms@gnu.org>
date Mon, 12 Nov 2001 06:17:27 +0000
parents a06aa746ba83
children d43f115e0456
files lisp/textmodes/flyspell.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el	Mon Nov 12 05:35:02 2001 +0000
+++ b/lisp/textmodes/flyspell.el	Mon Nov 12 06:17:27 2001 +0000
@@ -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]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"