# HG changeset patch # User Richard M. Stallman # Date 1108549145 0 # Node ID 7b686264ae7b7fe8773b9d53c49e3986425d691f # Parent f7a3d5a809946781db96361fffcef32152b6f6f8 (Text Mode): ESC TAB alternative for M-TAB. diff -r f7a3d5a80994 -r 7b686264ae7b man/text.texi --- 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