diff options
Diffstat (limited to 'lisp/textmodes')
| -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 aaa8ebfd480..d87cb5e72ed 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -1309,7 +1309,7 @@ that may be included as part of a word (see `ispell-dictionary-alist'). | |||
| 1309 | 1309 | ||
| 1310 | This finds the word to spell-check by searching for CASECHARS defined | 1310 | This finds the word to spell-check by searching for CASECHARS defined |
| 1311 | in `ispell-dictionary-alist' for the current dictionary. Thus, the | 1311 | in `ispell-dictionary-alist' for the current dictionary. Thus, the |
| 1312 | word could be far away of point if point is inside whitespace or | 1312 | word could be far away from point if point is inside whitespace or |
| 1313 | punctuation characters, or in text that belongs to a different | 1313 | punctuation characters, or in text that belongs to a different |
| 1314 | language." | 1314 | language." |
| 1315 | (let* ((flyspell-casechars (flyspell-get-casechars)) | 1315 | (let* ((flyspell-casechars (flyspell-get-casechars)) |