summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-01-08 23:57:15 +0000
committerRichard M. Stallman <rms@gnu.org>2002-01-08 23:57:15 +0000
commit5c2012be06c6a9d524e0d26781ac43b87bfcc19b (patch)
tree659e90a75a31a8facb34835a500b19a651101770
parent9a2ed8dbe308778b289d240f6f95d9516a5f6d92 (diff)
downloademacs-5c2012be06c6a9d524e0d26781ac43b87bfcc19b.tar.gz
(flyspell-mode-line-string): Fix custom type.
-rw-r--r--lisp/textmodes/flyspell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 21d1b8b9ac5..eaebab0592b 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -209,7 +209,7 @@ http://strw.leidenuniv.nl/~dominik/Tools"
"*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.