]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the doc string of flyspell-auto-correct-word
authorEli Zaretskii <eliz@gnu.org>
Fri, 16 Feb 2018 14:23:43 +0000 (16:23 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 16 Feb 2018 14:23:43 +0000 (16:23 +0200)
* lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Doc
fix.  (Bug#30462)

lisp/textmodes/flyspell.el

index 1d7dc9927e54d944652720f8c8a7c824a315a969..0d19dbe140bfea9408d6d9306c544d8172d47cb2 100644 (file)
@@ -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.