From f579d4fb5ed8fc6a73b6c091df0b8decb1bd9fe3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 16 Feb 2005 10:19:05 +0000 Subject: [PATCH] (Text Mode): ESC TAB alternative for M-TAB. --- man/text.texi | 10 ++++++---- 1 file 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 -- 2.39.5