emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 69a8f45: * lisp/textmodes/flyspell.el (flyspell-g


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 69a8f45: * lisp/textmodes/flyspell.el (flyspell-get-word): Doc fix.
Date: Tue, 20 Feb 2018 20:31:40 -0500 (EST)

branch: emacs-26
commit 69a8f45e15e8fcd73062e810886b0d0993442b06
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/textmodes/flyspell.el (flyspell-get-word): Doc fix.
---
 lisp/textmodes/flyspell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index aaa8ebf..d87cb5e 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]