diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-03-06 17:43:31 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-03-06 17:43:31 +0000 |
commit | d89c6c9f01ef9138ef612148bce6f092497f4d4c (patch) | |
tree | 646c823d32352e035b172dfffd901cadb379d090 /man/text.texi | |
parent | f5f793943ec68fea472d0ce81f56ffdd77a3695b (diff) | |
download | emacs-d89c6c9f01ef9138ef612148bce6f092497f4d4c.tar.gz |
(Text Mode): C-M-i like M-TAB.
Diffstat (limited to 'man/text.texi')
-rw-r--r-- | man/text.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/text.texi b/man/text.texi index 7b262e11abe..4b15eff4f12 100644 --- a/man/text.texi +++ b/man/text.texi @@ -857,7 +857,7 @@ as the command @code{ispell-complete-word}, which performs completion of the partial word in the buffer before point, using the spelling dictionary as the space of possible words. @xref{Spelling}. If your window manager defines @kbd{M-@key{TAB}} to switch windows, you can -type this Emacs command as @kbd{@key{ESC} @key{TAB}}. +type @kbd{@key{ESC} @key{TAB}} or @kbd{C-M-i}. @vindex text-mode-hook Entering Text mode runs the hook @code{text-mode-hook}. Other major |