mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
Fix the doc string of flyspell-auto-correct-word
* lisp/textmodes/flyspell.el (flyspell-auto-correct-word): Doc fix. (Bug#30462)
This commit is contained in:
parent
e9c7ddc64b
commit
f73905af2d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user