* gnus-art.el (gnus-decode-header-methods): Doc fix.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 13 Aug 2002 02:58:09 +0000 (02:58 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 13 Aug 2002 02:58:09 +0000 (02:58 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index 82795ef..ae8d9b9 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-13  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-decode-header-methods): Doc fix.
+
 2002-08-12  Simon Josefsson  <jas@extundo.com>
 
        * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
@@ -68,7 +72,7 @@
 
 2002-07-31  Danny Siu  <dsiu@adobe.com>
 
-       * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field 
+       * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
        when splitting malformed messages without message-id
 
 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
@@ -93,7 +97,7 @@
 
        * sieve-manage.el (sieve-manage-deletescript): New function.
 
-       * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.  
+       * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
        (sieve-manage-mode): Fix menubar.
        (sieve-activate): Change some messages.
        (sieve-deactivate-all): New function.
index 956553a..7fa90bd 100644 (file)
@@ -5796,11 +5796,11 @@ specified by `gnus-button-alist'."
 
 This variable is a list of FUNCTION or (REGEXP . FUNCTION).  If item
 is FUNCTION, FUNCTION will be apply to all newsgroups.  If item is a
-(REGEXP . FUNCTION), FUNCTION will be only apply to thes newsgroups
+\(REGEXP . FUNCTION), FUNCTION will be only apply to thes newsgroups
 whose names match REGEXP.
 
 For example:
-((\"chinese\" . gnus-decode-encoded-word-region-by-guess)
+\((\"chinese\" . gnus-decode-encoded-word-region-by-guess)
  mail-decode-encoded-word-region
  (\"chinese\" . rfc1843-decode-region))
 ")