From: Katsumi Yamaoka Date: Wed, 11 Sep 2002 10:23:00 +0000 (+0000) Subject: * gnus-art.el (gnus-article-address-banner-alist): Doc fix. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=de0da047bcfeb391adcb516d61db467a597af05f;p=gnus * gnus-art.el (gnus-article-address-banner-alist): Doc fix. * gnus.texi (Article Hiding): Fix. ;; Replace "\." to "\\." (it's not worth to write ChangeLog). --- diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 89b1f6e6e..e4398f5f6 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -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 diff --git a/texi/gnus.texi b/texi/gnus.texi index c7d45979a..79137ef93 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -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