# HG changeset patch # User Richard M. Stallman # Date 1005545847 0 # Node ID 4c041aad3b438c38e5e2da7dcfa6a839b9c656d8 # Parent a06aa746ba83ee331355d68a03cd52225b4e96b1 (flyspell-default-dictionary): Fix custom type. diff -r a06aa746ba83 -r 4c041aad3b43 lisp/textmodes/flyspell.el --- 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]*\\(\\[[^]]*\\]\\)?{[^{}]*\\)"