diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-02-16 10:17:29 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-02-16 10:17:29 +0000 |
commit | d4f3de7f37990983fa12030fe9235112938d387a (patch) | |
tree | e855987b1a7ad6edc46cc1fb79e3644699f724b3 /man/sending.texi | |
parent | 64e207c032f8b69ec1986091c1bd437997474762 (diff) | |
download | emacs-d4f3de7f37990983fa12030fe9235112938d387a.tar.gz |
(Header Editing): ESC TAB alternative for M-TAB.
Diffstat (limited to 'man/sending.texi')
-rw-r--r-- | man/sending.texi | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/man/sending.texi b/man/sending.texi index a1564d4fc01..bb1ac2864ac 100644 --- a/man/sending.texi +++ b/man/sending.texi @@ -496,13 +496,15 @@ edit. @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 |