aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-08-17 04:58:35 +0000
committerRichard M. Stallman <[email protected]>2002-08-17 04:58:35 +0000
commitc59566eb951baf58e075671f3d30e41ca4534d5f (patch)
tree275d0e8d670061ee4b87db79d8ca44cbb4994b43 /lisp
parent5bc1c7d04c03d703e4d4c302fef38c8cd7260fcc (diff)
(rmail-search-mime-header-function): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 89046be6d0..eb984deff1 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -457,7 +457,7 @@ MSG is the message number, REGEXP is the regular expression.")
(defvar rmail-search-mime-header-function nil
"Function to check if a regexp matches a header of MIME message.
This function is called if `rmail-enable-mime' is non-nil.
-It is called with four arguments MSG, REGEXP, and LIMIT, where
+It is called with three arguments MSG, REGEXP, and LIMIT, where
MSG is the message number,
REGEXP is the regular expression,
LIMIT is the position specifying the end of header.")