aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorGlenn Morris2018-02-16 09:44:04 -0800
committerGlenn Morris2018-02-16 09:44:04 -0800
commit47106da23ac2b19ad994eed95cdcb0d33535281d (patch)
tree689994b90ebbf6d8567d3143aad15a8fec251179 /lisp/textmodes
parent4ba32858d61eee16f17b51aca01c15211a0912f8 (diff)
parenta06a8ed5b66883202ae7182471570dfcabcea973 (diff)
downloademacs-47106da23ac2b19ad994eed95cdcb0d33535281d.tar.gz
emacs-47106da23ac2b19ad994eed95cdcb0d33535281d.zip
Merge from origin/emacs-26
a06a8ed (origin/emacs-26) ; * lisp/vc/vc-git.el (vc-git--program-vers... edc06ad Make 'byte-compile-error-on-warn' a safe file variable 9f5d8da ; * lisp/textmodes/flyspell.el (flyspell-auto-correct-word): ... f73905a Fix the doc string of flyspell-auto-correct-word e9c7ddc Improve the MS-Windows appendix of the Emacs manual 6ddb4bd Fix 'vc-git--program-version' 63c93f7 Fix typos and wording in the Emacs manual 42f15b0 * doc/emacs/programs.texi (Semantic): Order programming langu... b46be29 More improvements for the Emacs manual 874c0ed Minor wording change in Emacs manual 53511f9 Another set of changes for the manual 78426b8 Improvements on tramp.texi 0dca618 Tramp minor doc fixes Conflicts: doc/misc/tramp.texi
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/flyspell.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 1d7dc9927e5..353d4352f60 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -1917,7 +1917,10 @@ before point that's highlighted as misspelled."
1917;;*---------------------------------------------------------------------*/ 1917;;*---------------------------------------------------------------------*/
1918(defun flyspell-auto-correct-word () 1918(defun flyspell-auto-correct-word ()
1919 "Correct the current word. 1919 "Correct the current word.
1920This command proposes various successive corrections for the current word." 1920This command proposes various successive corrections for the
1921current word. If invoked repeatedly on the same position, it
1922cycles through the possible corrections of the word at or near
1923that position."
1921 (interactive) 1924 (interactive)
1922 ;; If we are not in the construct where flyspell should be active, 1925 ;; If we are not in the construct where flyspell should be active,
1923 ;; invoke the original binding of M-TAB, if that was recorded. 1926 ;; invoke the original binding of M-TAB, if that was recorded.