aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 89046be6d03..eb984deff13 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.")
457(defvar rmail-search-mime-header-function nil 457(defvar rmail-search-mime-header-function nil
458 "Function to check if a regexp matches a header of MIME message. 458 "Function to check if a regexp matches a header of MIME message.
459This function is called if `rmail-enable-mime' is non-nil. 459This function is called if `rmail-enable-mime' is non-nil.
460It is called with four arguments MSG, REGEXP, and LIMIT, where 460It is called with three arguments MSG, REGEXP, and LIMIT, where
461MSG is the message number, 461MSG is the message number,
462REGEXP is the regular expression, 462REGEXP is the regular expression,
463LIMIT is the position specifying the end of header.") 463LIMIT is the position specifying the end of header.")