diff options
author | Glenn Morris <rgm@gnu.org> | 2009-03-03 07:22:36 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-03-03 07:22:36 +0000 |
commit | 21b6bf3b3a498dd913a9ec4a3ea3d4c1c0564d6d (patch) | |
tree | e01b972267eb8b6cfcee35fbdab0dfcead3f9582 /doc/emacs/rmail.texi | |
parent | ebb135af8aa78639148b2a69787c78790c3bdf16 (diff) | |
download | emacs-21b6bf3b3a498dd913a9ec4a3ea3d4c1c0564d6d.tar.gz emacs-21b6bf3b3a498dd913a9ec4a3ea3d4c1c0564d6d.tar.bz2 emacs-21b6bf3b3a498dd913a9ec4a3ea3d4c1c0564d6d.zip |
(Rmail Reply): Fix grammar in previous change.
Diffstat (limited to 'doc/emacs/rmail.texi')
-rw-r--r-- | doc/emacs/rmail.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index 8205dbd7554..90aed84c064 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi @@ -700,14 +700,14 @@ all the other recipients of that message. @vindex rmail-dont-reply-to-names You can exclude certain recipients from being included automatically in replies, using the variable @code{rmail-dont-reply-to-names}. Its -value should be a regular expression (as a string); any recipient that -the regular expression matches, is excluded from the @samp{CC} field. -They are also excluded from the @samp{To} field, unless this would leave -the field empty. If this variables is nil, then the first time you -compose a reply it is initialized to a default value that matches your -own address, and any name starting with @samp{info-}. (Those names are -excluded because there is a convention of using them for large mailing -lists to broadcast announcements.) +value should be a regular expression; any recipients that match are +excluded from the @samp{CC} field. They are also excluded from the +@samp{To} field, unless this would leave the field empty. If this +variable is nil, then the first time you compose a reply it is +initialized to a default value that matches your own address, and any +name starting with @samp{info-}. (Those names are excluded because +there is a convention of using them for large mailing lists to broadcast +announcements.) To omit the @samp{CC} field completely for a particular reply, enter the reply command with a numeric argument: @kbd{C-u r} or @kbd{1 r}. |