# HG changeset patch # User Glenn Morris # Date 1236064956 0 # Node ID dec452f84540d84346533df3a110f720861846af # Parent fc6358d5f411034dcc6302885bdc27b569c1b3b6 (Rmail Reply): Fix grammar in previous change. diff -r fc6358d5f411 -r dec452f84540 doc/emacs/rmail.texi --- a/doc/emacs/rmail.texi Tue Mar 03 04:22:58 2009 +0000 +++ b/doc/emacs/rmail.texi Tue Mar 03 07:22:36 2009 +0000 @@ -700,14 +700,14 @@ @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}.