diff options
| -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. | |||
| 1326 | partial symbol before point against the set of meaningful symbol | 1326 | partial symbol before point against the set of meaningful symbol |
| 1327 | names. This command inserts at point any additional characters that | 1327 | names. This command inserts at point any additional characters that |
| 1328 | it can determine from the partial name. (If your window manager | 1328 | it can determine from the partial name. (If your window manager |
| 1329 | defines @kbd{M-@key{TAB}} to switch windows, you can type this Emacs | 1329 | defines @kbd{M-@key{TAB}} to switch windows, you can type |
| 1330 | command as @kbd{@key{ESC} @key{TAB}}.) | 1330 | @kbd{@key{ESC} @key{TAB}} or @kbd{C-M-i}.) |
| 1331 | 1331 | ||
| 1332 | If the partial name in the buffer has multiple possible completions | 1332 | If the partial name in the buffer has multiple possible completions |
| 1333 | that differ in the very next character, so that it is impossible to | 1333 | that differ in the very next character, so that it is impossible to |