diff options
author | Bill Wohler <wohler@newt.com> | 2006-03-19 20:36:10 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-03-19 20:36:10 +0000 |
commit | bd2bd8fafa17a1b3828f3a301e07a12ea16d8b45 (patch) | |
tree | 2ddf73c6a978219c74f2c649b23898f74e912d24 | |
parent | 2783974dce4c2cde6d1572faefbb13af0c0703aa (diff) | |
download | emacs-bd2bd8fafa17a1b3828f3a301e07a12ea16d8b45.tar.gz emacs-bd2bd8fafa17a1b3828f3a301e07a12ea16d8b45.tar.bz2 emacs-bd2bd8fafa17a1b3828f3a301e07a12ea16d8b45.zip |
(Replying): Fix syntax error.
-rw-r--r-- | man/mh-e.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/mh-e.texi b/man/mh-e.texi index eeee34052df..b960b3bb5e0 100644 --- a/man/mh-e.texi +++ b/man/mh-e.texi @@ -4062,13 +4062,12 @@ to whom?}. You have several choices here. @tab The person who sent the message. This is the default, so @key{RET} is sufficient. - +@c ------------------------- @item @kbd{to} @tab Replies to the sender, plus all recipients in the @samp{To:} header field. - -@item @kbd{all} -@itemx @kbd{cc} +@c ------------------------- +@item @kbd{cc}@*@kbd{all} @tab Forms a reply to the addresses in the @samp{Mail-Followup-To:} header field if one exists; otherwise forms a reply to the sender, plus all |