diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-03-06 17:32:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-03-06 17:32:45 +0000 |
commit | 7fb36547557d6f0071fdfccbdd794d3255451826 (patch) | |
tree | 5692b241d82265904e21e8f26e9f3974535736ad /man/programs.texi | |
parent | 082760b192a2e31c3953ec55c895ecfa288a46c0 (diff) | |
download | emacs-7fb36547557d6f0071fdfccbdd794d3255451826.tar.gz |
(Symbol Completion): C-M-i like M-TAB.
Diffstat (limited to 'man/programs.texi')
-rw-r--r-- | man/programs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/programs.texi b/man/programs.texi index f884e019d22..2a631a23b5f 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -1326,8 +1326,8 @@ symbol names. partial symbol before point against the set of meaningful symbol names. This command inserts at point any additional characters that it can determine from the partial name. (If your window manager -defines @kbd{M-@key{TAB}} to switch windows, you can type this Emacs -command as @kbd{@key{ESC} @key{TAB}}.) +defines @kbd{M-@key{TAB}} to switch windows, you can type +@kbd{@key{ESC} @key{TAB}} or @kbd{C-M-i}.) If the partial name in the buffer has multiple possible completions that differ in the very next character, so that it is impossible to |