From: Glenn Morris Date: Wed, 21 Feb 2018 01:31:30 +0000 (-0500) Subject: * lisp/textmodes/flyspell.el (flyspell-get-word): Doc fix. X-Git-Tag: emacs-26.1-rc1~179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69a8f45e15e8fcd73062e810886b0d0993442b06;p=emacs.git * lisp/textmodes/flyspell.el (flyspell-get-word): Doc fix. --- 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'). This finds the word to spell-check by searching for CASECHARS defined in `ispell-dictionary-alist' for the current dictionary. Thus, the -word could be far away of point if point is inside whitespace or +word could be far away from point if point is inside whitespace or punctuation characters, or in text that belongs to a different language." (let* ((flyspell-casechars (flyspell-get-casechars))