From 39234bd082034d9373918ac72bf01956fe7765ea Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 5 Mar 2004 10:53:26 +0000 Subject: [PATCH] Synch to No Gnus 200403051037. --- lisp/ChangeLog | 8 ++++++++ lisp/gnus-kill.el | 4 ++-- lisp/nnmail.el | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3d050ba..bb3bc78 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2004-03-05 Jesper Harder + + * sha1-el.el (sha1-maximum-internal-length): Doc fix. + + * nnmail.el (nnmail-split-fancy): do. + + * gnus-kill.el (gnus-kill, gnus-execute): do. + 2004-03-05 Per Abrahamsen * gnus-sum.el (gnus-widget-reversible-match) diff --git a/lisp/gnus-kill.el b/lisp/gnus-kill.el index 2a5770f..d634dfe 100644 --- a/lisp/gnus-kill.el +++ b/lisp/gnus-kill.el @@ -496,7 +496,7 @@ Optional 1st argument COMMAND is default to (gnus-summary-mark-as-read nil \"X\"). If optional 2nd argument ALL is non-nil, articles marked are also applied to. If FIELD is an empty string (or nil), entire article body is searched for. -COMMAND must be a lisp expression or a string representing a key sequence." +COMMAND must be a Lisp expression or a string representing a key sequence." ;; We don't want to change current point nor window configuration. (let ((old-buffer (current-buffer))) (save-excursion @@ -624,7 +624,7 @@ COMMAND must be a lisp expression or a string representing a key sequence." did-kill))) (defun gnus-execute (field regexp form &optional backward unread) - "If FIELD of article header matches REGEXP, execute lisp FORM (or a string). + "If FIELD of article header matches REGEXP, execute Lisp FORM (or a string). If FIELD is an empty string (or nil), entire article body is searched for. If optional 1st argument BACKWARD is non-nil, do backward instead. If optional 2nd argument UNREAD is non-nil, articles which are diff --git a/lisp/nnmail.el b/lisp/nnmail.el index e269b5b..1949e6e 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -465,7 +465,7 @@ FIELD must match a complete field name. VALUE must match a complete word according to the `nnmail-split-fancy-syntax-table' syntax table. You can use \".*\" in the regexps to match partial field names or words. -FIELD and VALUE can also be lisp symbols, in that case they are expanded +FIELD and VALUE can also be Lisp symbols, in that case they are expanded as specified in `nnmail-split-abbrev-alist'. GROUP can contain \\& and \\N which will substitute from matching -- 1.7.10.4