diff options
| -rw-r--r-- | lisp/textmodes/flyspell.el | 2 |
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" | |||
| 209 | "*String displayed on the modeline when flyspell is active. | 209 | "*String displayed on the modeline when flyspell is active. |
| 210 | Set this to nil if you don't want a modeline indicator." | 210 | Set this to nil if you don't want a modeline indicator." |
| 211 | :group 'flyspell | 211 | :group 'flyspell |
| 212 | :type 'string) | 212 | :type '(choice string (const :tag "None" nil))) |
| 213 | 213 | ||
| 214 | (defcustom flyspell-large-region 1000 | 214 | (defcustom flyspell-large-region 1000 |
| 215 | "*The threshold that determines if a region is small. | 215 | "*The threshold that determines if a region is small. |