emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 9f5d8da: ; * lisp/textmodes/flyspell.el (flyspell


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 9f5d8da: ; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix last change.
Date: Fri, 16 Feb 2018 09:30:31 -0500 (EST)

branch: emacs-26
commit 9f5d8da5cce9ec20d9272df60b10efd8a09b94a9
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Fix last 
change.
---
 lisp/textmodes/flyspell.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 0d19dbe..353d435 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -1917,9 +1917,10 @@ before point that's highlighted as misspelled."
 ;;*---------------------------------------------------------------------*/
 (defun flyspell-auto-correct-word ()
   "Correct the current word.
-This command proposes various successive corrections for the current word.
-If invoked repeatedly with point on a word, it cycles through the
-possible corrections."
+This command proposes various successive corrections for the
+current word.  If invoked repeatedly on the same position, it
+cycles through the possible corrections of the word at or near
+that position."
   (interactive)
   ;; If we are not in the construct where flyspell should be active,
   ;; invoke the original binding of M-TAB, if that was recorded.



reply via email to

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