changeset 46924:2d6894cca50a

(rmail-search-mime-header-function): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Aug 2002 04:58:35 +0000
parents 9fe1de6ce7ca
children 9ce7894d4af8
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Sat Aug 17 04:57:03 2002 +0000
+++ b/lisp/mail/rmail.el	Sat Aug 17 04:58:35 2002 +0000
@@ -457,7 +457,7 @@
 (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.")