diff options
| author | Dave Love <fx@gnu.org> | 2000-08-20 22:35:49 +0000 | 
|---|---|---|
| committer | Dave Love <fx@gnu.org> | 2000-08-20 22:35:49 +0000 | 
| commit | 26064e9b16cd8d1a888748ef72e3d4c33407ea60 (patch) | |
| tree | 3dfc3921bbcb8eede2e4eeeb47f6367368c7effb | |
| parent | 96ab6351455f9b46fe35235f74e7f71f2a8542e5 (diff) | |
| download | emacs-26064e9b16cd8d1a888748ef72e3d4c33407ea60.tar.gz | |
(Mail Methods): xref MH, Message.
| -rw-r--r-- | man/sending.texi | 14 | 
1 files changed, 9 insertions, 5 deletions
| diff --git a/man/sending.texi b/man/sending.texi index 05477f51b63..52757df2f79 100644 --- a/man/sending.texi +++ b/man/sending.texi @@ -667,11 +667,15 @@ messages, add @code{footnote-mode} to @code{mail-mode-hook} and/or    This chapter describes the usual Emacs mode for editing and sending  mail---Mail mode.  Emacs has alternative facilities for editing and -sending mail, including MH-E and Message mode, not documented in this -manual.  You can choose any of them as your preferred method.  The -commands @code{C-x m}, @code{C-x 4 m} and @code{C-x 5 m} use whichever -agent you have specified.  So do various other Emacs commands and -facilities that send mail. +sending mail, including  +@cindex MH mail interface +@cindex Message mode for sending mail +MH-E and Message mode, not documented in this manual. +@xref{,MH-E,,mh-e, The Emacs Interface to MH}.  @xref{,Message,,message, +Message Manual}.  You can choose any of them as your preferred method. +The commands @code{C-x m}, @code{C-x 4 m} and @code{C-x 5 m} use +whichever agent you have specified.  So do various other Emacs commands +and facilities that send mail.  @vindex mail-user-agent    To specify your mail-composition method, set the variable | 
