emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101253: message.texi: Fix some synta


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101253: message.texi: Fix some syntax errors in the last check-in; by Lars Magne Ingebrigtsen <address@hidden>.
Date: Tue, 31 Aug 2010 23:30:11 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101253
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Tue 2010-08-31 23:30:11 +0000
message:
  message.texi: Fix some syntax errors in the last check-in; by Lars Magne 
Ingebrigtsen <address@hidden>.
modified:
  doc/misc/message.texi
=== modified file 'doc/misc/message.texi'
--- a/doc/misc/message.texi     2010-08-31 23:26:23 +0000
+++ b/doc/misc/message.texi     2010-08-31 23:30:11 +0000
@@ -192,26 +192,26 @@
 
 It's complicated to explain, but it's easy to use.
 
-For instance, if you get an email from @address@hidden, but
address@hidden@zot.example.org} is also in the @code{Cc} list, then your
+For instance, if you get an email from @samp{foo@@example.org}, but
address@hidden@@zot.example.org} is also in the @code{Cc} list, then your
 wide reply will go out to both these addresses, since they are unique.
 
 To avoid this, do something like the following:
 
address@hidden
address@hidden
 (setq message-prune-recipient-rules
       '(("^\\(address@hidden)@\\(.*\\)" "address@hidden")))
address@hidden code
address@hidden lisp
 
 If, for instance, you want all wide replies that involve messages from
address@hidden@example.org} to go to that address, and nowhere else (i.e.,
-remove all other recipients if @address@hidden is in the
address@hidden@@example.org} to go to that address, and nowhere else (i.e.,
+remove all other recipients if @samp{cvs@@example.org} is in the
 recipient list:
 
address@hidden
address@hidden
 (setq message-prune-recipient-rules
       '(("address@hidden" ".")))
address@hidden code
address@hidden lisp
 
 @vindex message-wide-reply-confirm-recipients
 If @code{message-wide-reply-confirm-recipients} is address@hidden you


reply via email to

[Prev in Thread] Current Thread [Next in Thread]