* lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Doc
fix. (Bug#30462)
;;*---------------------------------------------------------------------*/
(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.