diff options
Diffstat (limited to 'lisp/textmodes/flyspell.el')
-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 bfe912308e9..bae0283497e 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el @@ -1116,7 +1116,7 @@ Mostly we check word delimiters." If the optional argument FOLLOWING, or, when called interactively `ispell-following-word', is non-nil, checks the following (rather than preceding) word when the cursor is not over a word. If -optional argument KNOWN-MISSPELLING is non nil considers word a +optional argument KNOWN-MISSPELLING is non-nil considers word a misspelling and skips redundant spell-checking step. See `flyspell-get-word' for details of how this finds the word to |