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:
parent
9a2ed8dbe3
commit
5c2012be06
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue