# HG changeset patch # User Richard M. Stallman # Date 1010534235 0 # Node ID 2c67c90f9b6d7596c2fe0ad26b83fab2a39ef094 # Parent 33aa22b1c9c0f3af65f2ddb67447b7f63c8c6424 (flyspell-mode-line-string): Fix custom type. diff -r 33aa22b1c9c0 -r 2c67c90f9b6d lisp/textmodes/flyspell.el --- a/lisp/textmodes/flyspell.el Tue Jan 08 23:41:37 2002 +0000 +++ b/lisp/textmodes/flyspell.el Tue Jan 08 23:57:15 2002 +0000 @@ -209,7 +209,7 @@ "*String displayed on the modeline when flyspell is active. Set this to nil if you don't want a modeline indicator." :group 'flyspell - :type 'string) + :type '(choice string (const :tag "None" nil))) (defcustom flyspell-large-region 1000 "*The threshold that determines if a region is small.