From 5c2012be06c6a9d524e0d26781ac43b87bfcc19b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 8 Jan 2002 23:57:15 +0000 Subject: [PATCH] (flyspell-mode-line-string): Fix custom type. --- lisp/textmodes/flyspell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2