1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(flyspell-mode-line-string): Fix custom type.

This commit is contained in:
Richard M. Stallman 2002-01-08 23:57:15 +00:00
parent 9a2ed8dbe3
commit 5c2012be06

View file

@ -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.