Mercurial > emacs
changeset 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 | 33aa22b1c9c0 |
children | 365f0cb0170e |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.