summaryrefslogtreecommitdiff
path: root/doc/emacs/fixit.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2015-07-24 10:29:16 +0300
committerEli Zaretskii <eliz@gnu.org>2015-07-24 10:29:16 +0300
commit1917d86e1609737046ab1401e7ff7caad93e71a3 (patch)
tree4dff093f12759a596605437e253eb13d1d124377 /doc/emacs/fixit.texi
parent8e03731cb9083330939b2c9b2d3318f32e93e41d (diff)
downloademacs-1917d86e1609737046ab1401e7ff7caad93e71a3.tar.gz
Improve documentation of Flyspell commands
* doc/emacs/fixit.texi (Spelling): Mention Flyspell commands that can be invoked via the keyboard. Mention those commands by name and add them to the fn index. (Bug#21125)
Diffstat (limited to 'doc/emacs/fixit.texi')
-rw-r--r--doc/emacs/fixit.texi13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi
index 0888f8a742c..953b22f7d54 100644
--- a/doc/emacs/fixit.texi
+++ b/doc/emacs/fixit.texi
@@ -404,10 +404,17 @@ mode in the current buffer. To enable Flyspell mode in all text mode
buffers, add @code{flyspell-mode} to @code{text-mode-hook}.
@xref{Hooks}.
+@findex flyspell-correct-word
+@findex flyspell-auto-correct-word
+@findex flyspell-correct-word-before-point
When Flyspell mode highlights a word as misspelled, you can click on
-it with @kbd{Mouse-2} to display a menu of possible corrections and
-actions. You can also correct the word by editing it manually in any
-way you like.
+it with @kbd{Mouse-2} (@code{flyspell-correct-word}) to display a menu
+of possible corrections and actions. In addition, @kbd{C-.} or
+@kbd{@key{ESC}-@key{TAB}} (@code{flyspell-auto-correct-word}) will
+propose various successive corrections for the word at point, and
+@kbd{C-c $} (@code{flyspell-correct-word-before-point}) will pop up a
+menu of possible corrections. Of course, you can always correct the
+misspelled word by editing it manually in any way you like.
@findex flyspell-prog-mode
Flyspell Prog mode works just like ordinary Flyspell mode, except