diff options
Diffstat (limited to 'lisp/textmodes/flyspell.el')
-rw-r--r-- | lisp/textmodes/flyspell.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 26d39f33163..e13f786d306 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -232,8 +232,8 @@ URL `http://www.gnu.org/software/auctex/'" :type 'boolean) (defcustom flyspell-mode-line-string " Fly" - "String displayed on the modeline when flyspell is active. -Set this to nil if you don't want a modeline indicator." + "String displayed on the mode line when flyspell is active. +Set this to nil if you don't want a mode line indicator." :group 'flyspell :type '(choice string (const :tag "None" nil))) |