From: Eli Zaretskii Date: Fri, 16 Feb 2018 14:23:43 +0000 (+0200) Subject: Fix the doc string of flyspell-auto-correct-word X-Git-Tag: emacs-26.1-rc1~208 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f73905a;p=emacs.git Fix the doc string of flyspell-auto-correct-word * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Doc fix. (Bug#30462) --- diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 1d7dc9927e5..0d19dbe140b 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.