From 21b6bf3b3a498dd913a9ec4a3ea3d4c1c0564d6d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 3 Mar 2009 07:22:36 +0000 Subject: [PATCH] (Rmail Reply): Fix grammar in previous change. --- doc/emacs/rmail.texi | 16 ++++++++-------- 1 file 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}. -- 2.39.2