]> git.eshelyaron.com Git - emacs.git/commitdiff
(Text Mode): ESC TAB alternative for M-TAB.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Feb 2005 10:19:05 +0000 (10:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Feb 2005 10:19:05 +0000 (10:19 +0000)
man/text.texi

index 8eaa6178a8d415308b78cc936bb86514d6dbe1cc..7b262e11abe510e2c17b8c9690720ce809289159 100644 (file)
@@ -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