From 68f95a53323216373d6fd5ac8e17da3755e8eee5 Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 29 Mar 2000 04:47:10 +0000 Subject: [PATCH] * lisp/gnus-bbdb.el (gnus-bbdb/split-mail): Fix typo in doc string. --- lisp/gnus-bbdb.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/gnus-bbdb.el b/lisp/gnus-bbdb.el index d6e8165..08ee7a7 100644 --- a/lisp/gnus-bbdb.el +++ b/lisp/gnus-bbdb.el @@ -150,9 +150,9 @@ displaying the record corresponding to the sender of the current message." (defun gnus-bbdb/split-mail (header-field bbdb-field &optional regexp group) "Mail split method for `nnmail-split-fancy'. -HEADER-FIELED is a regexp or list of regexps as mail header field name -for gathering mail addresses. If HEADER-FIELED is a string, then it's -used for just matching pattern. If HEADER-FIELED is a list of strings, +HEADER-FIELD is a regexp or list of regexps as mail header field name +for gathering mail addresses. If HEADER-FIELD is a string, then it's +used for just matching pattern. If HEADER-FIELD is a list of strings, then these strings have priorities in the order. BBDB-FIELD is field name of BBDB. @@ -160,8 +160,8 @@ Optional argument REGEXP is regexp string for matching BBDB-FIELD value. If REGEXP is nil or not specified, then all BBDB-FIELD value is matched. If GROUP is nil or not specified, then BBDB-FIELD value is returned as -group name. If GROUP is a symbol `&', then list of all matcing group's -BBDB-FEILD values is returned. Otherwise, GROUP is returned." +group name. If GROUP is a symbol `&', then list of all matching group's +BBDB-FIELD values is returned. Otherwise, GROUP is returned." (if (listp header-field) (if (eq group '&) (gnus-bbdb/split-mail (mapconcat 'identity header-field "\\|") -- 1.7.10.4