From f73905af2dc4ae51195b5cad2562a2c523a3ad39 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 16 Feb 2018 16:23:43 +0200 Subject: [PATCH] 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 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. -- 2.39.2