diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-03-06 17:18:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-03-06 17:18:43 +0000 |
commit | 52fa709312deb1610a6bb91e0c7a1ea1d2094794 (patch) | |
tree | 6cc2c74cf455eee6185a1f2bf4ad60732be53c53 /man/fixit.texi | |
parent | bf96cde16b8e920a787fdc992faa575d4df0d192 (diff) | |
download | emacs-52fa709312deb1610a6bb91e0c7a1ea1d2094794.tar.gz |
(Spelling): C-M-i like M-TAB.
Diffstat (limited to 'man/fixit.texi')
-rw-r--r-- | man/fixit.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/fixit.texi b/man/fixit.texi index 104297b974e..23f385fc158 100644 --- a/man/fixit.texi +++ b/man/fixit.texi @@ -311,9 +311,10 @@ Show the list of options. completions based on spelling correction. Insert the beginning of a word, and then type @kbd{M-@key{TAB}}; the command displays a completion list window. (If your window manager intercepts -@kbd{M-@key{TAB}}, type @kbd{@key{ESC} @key{TAB}}.) To choose one of -the completions listed, click @kbd{Mouse-2} on it, or move the cursor -there in the completions window and type @key{RET}. @xref{Text Mode}. +@kbd{M-@key{TAB}}, type @kbd{@key{ESC} @key{TAB}} or @kbd{C-M-i}.) To +choose one of the completions listed, click @kbd{Mouse-2} or +@kbd{Mouse-1} fast on it, or move the cursor there in the completions +window and type @key{RET}. @xref{Text Mode}. @ignore @findex reload-ispell |