diff lisp/textmodes/flyspell.el @ 42622:2c67c90f9b6d

(flyspell-mode-line-string): Fix custom type.
author Richard M. Stallman <rms@gnu.org>
date Tue, 08 Jan 2002 23:57:15 +0000
parents 8a4077ab418c
children 0dd547dafa5e
line wrap: on
line diff
--- 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.