* gnus-art.el (gnus-article-address-banner-alist): Doc fix.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 11 Sep 2002 10:23:00 +0000 (10:23 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 11 Sep 2002 10:23:00 +0000 (10:23 +0000)
* gnus.texi (Article Hiding): Fix.
;; Replace "\." to "\\." (it's not worth to write ChangeLog).

lisp/gnus-art.el
texi/gnus.texi

index 89b1f6e..e4398f5 100644 (file)
@@ -287,7 +287,7 @@ to match a mail address in the From: header, BANNER is one of a symbol
 If ADDRESS matches author's mail address, it will remove things like
 advertisements.  For example:
 
-\((\"@yoo-hoo\\.co\\.jp\\\\'\" . \"\\n_+\\nDo You Yoo-hoo!\\\\?\\n.*\\n.*\\n\"))
+\((\"@yoo-hoo\\\\.co\\\\.jp\\\\'\" . \"\\n_+\\nDo You Yoo-hoo!\\\\?\\n.*\\n.*\\n\"))
 "
   :type '(repeat
          (cons
index c7d4597..79137ef 100644 (file)
@@ -8062,7 +8062,7 @@ advertisements.  For example, if a sender has the mail address
 following element to remove them:
 
 @lisp
-("@@yoo-hoo\.co\.jp\\'" . "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
+("@@yoo-hoo\\.co\\.jp\\'" . "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
 @end lisp
 
 @end table