emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 f73905a: Fix the doc string of flyspell-auto-corr


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 f73905a: Fix the doc string of flyspell-auto-correct-word
Date: Fri, 16 Feb 2018 09:24:23 -0500 (EST)

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

    Fix the doc string of flyspell-auto-correct-word
    
    * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Doc
    fix.  (Bug#30462)
---
 lisp/textmodes/flyspell.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 1d7dc99..0d19dbe 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -1917,7 +1917,9 @@ 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."
+This command proposes various successive corrections for the current word.
+If invoked repeatedly with point on a word, it cycles through the
+possible corrections."
   (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]