diff options
| author | Richard M. Stallman | 2005-02-16 10:01:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-02-16 10:01:06 +0000 |
| commit | 8ebc23a8df034905d7850c350b7142856e320f24 (patch) | |
| tree | cf87337654c8992f168bea406ac115f55b9ea88e | |
| parent | 0015d6775b2878c49b22efd085d2e8688a15c58e (diff) | |
| download | emacs-8ebc23a8df034905d7850c350b7142856e320f24.tar.gz emacs-8ebc23a8df034905d7850c350b7142856e320f24.zip | |
(Spelling): Mention ESC TAB as alt. for M-TAB.
| -rw-r--r-- | man/fixit.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/fixit.texi b/man/fixit.texi index 04fa823e76e..0982b0856ef 100644 --- a/man/fixit.texi +++ b/man/fixit.texi | |||
| @@ -302,10 +302,11 @@ frame). | |||
| 302 | The command @code{ispell-complete-word}, which is bound to the key | 302 | The command @code{ispell-complete-word}, which is bound to the key |
| 303 | @kbd{M-@key{TAB}} in Text mode and related modes, shows a list of | 303 | @kbd{M-@key{TAB}} in Text mode and related modes, shows a list of |
| 304 | completions based on spelling correction. Insert the beginning of a | 304 | completions based on spelling correction. Insert the beginning of a |
| 305 | word, and then type @kbd{M-@key{TAB}}; the command displays a completion | 305 | word, and then type @kbd{M-@key{TAB}}; the command displays a |
| 306 | list window. To choose one of the completions listed, click | 306 | completion list window. (If your window manager intercepts |
| 307 | @kbd{Mouse-2} on it, or move the cursor there in the completions window | 307 | @kbd{M-@key{TAB}}, type @kbd{@key{ESC} @key{TAB}}.) To choose one of |
| 308 | and type @key{RET}. @xref{Text Mode}. | 308 | the completions listed, click @kbd{Mouse-2} on it, or move the cursor |
| 309 | there in the completions window and type @key{RET}. @xref{Text Mode}. | ||
| 309 | 310 | ||
| 310 | @ignore | 311 | @ignore |
| 311 | @findex reload-ispell | 312 | @findex reload-ispell |