# HG changeset patch # User Richard M. Stallman # Date 1108549049 0 # Node ID f7a3d5a809946781db96361fffcef32152b6f6f8 # Parent 7cb4576800fa249ba7e5e5654e464d460ef7e2a7 (Header Editing): ESC TAB alternative for M-TAB. diff -r 7cb4576800fa -r f7a3d5a80994 man/sending.texi --- a/man/sending.texi Wed Feb 16 10:17:01 2005 +0000 +++ b/man/sending.texi Wed Feb 16 10:17:29 2005 +0000 @@ -496,13 +496,15 @@ @findex mail-complete @kindex M-TAB @r{(Mail mode)} - While editing a header field that contains mailing addresses, such as -@samp{To:}, @samp{CC:} and @samp{BCC:}, you can complete a mailing -address by typing @kbd{M-@key{TAB}} (@code{mail-complete}). It inserts -the full name corresponding to the address, if it can determine the full -name. The variable @code{mail-complete-style} controls whether to insert -the full name, and what style to use, as in @code{mail-from-style} -(@pxref{Mail Headers}). + While editing a header field that contains mailing addresses, such +as @samp{To:}, @samp{CC:} and @samp{BCC:}, you can complete a mailing +address by typing @kbd{M-@key{TAB}} (@code{mail-complete}). It +inserts the full name corresponding to the address, if it can +determine the full name. The variable @code{mail-complete-style} +controls whether to insert the full name, and what style to use, as in +@code{mail-from-style} (@pxref{Mail Headers}). (If your window +manager defines @kbd{M-@key{TAB}} to switch windows, you can type this +Emacs command as @kbd{@key{ESC} @key{TAB}}.) For completion purposes, the valid mailing addresses are taken to be the local users' names plus your personal mail aliases. You can