changeset 60114:7b686264ae7b

(Text Mode): ESC TAB alternative for M-TAB.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Feb 2005 10:19:05 +0000
parents f7a3d5a80994
children 63c8eb0c25c0
files man/text.texi
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/man/text.texi	Wed Feb 16 10:17:29 2005 +0000
+++ b/man/text.texi	Wed Feb 16 10:19:05 2005 +0000
@@ -852,10 +852,12 @@
 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