summaryrefslogtreecommitdiff
path: root/man/text.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-02-16 10:19:05 +0000
committerRichard M. Stallman <rms@gnu.org>2005-02-16 10:19:05 +0000
commitb6651b8f771a6248e4eaa9b695f0aa0208468e0a (patch)
tree160fec3d9b8afa21a1a83e0ee9b0e27af381f994 /man/text.texi
parent9fbbd4d10f31a7fd2b178a0fc6649cc0cc7594c5 (diff)
downloademacs-b6651b8f771a6248e4eaa9b695f0aa0208468e0a.tar.gz
(Text Mode): ESC TAB alternative for M-TAB.
Diffstat (limited to 'man/text.texi')
-rw-r--r--man/text.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/man/text.texi b/man/text.texi
index 8eaa6178a8d..7b262e11abe 100644
--- a/man/text.texi
+++ b/man/text.texi
@@ -852,10 +852,12 @@ paragraph-indent-minor-mode} to enter an equivalent minor mode, for
instance during mail composition.
@kindex M-TAB @r{(Text mode)}
- Text mode, and all the modes based on it, define @kbd{M-@key{TAB}} 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}.
+ Text mode, and all the modes based on it, define @kbd{M-@key{TAB}}
+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}}.
@vindex text-mode-hook
Entering Text mode runs the hook @code{text-mode-hook}. Other major