diff options
| author | Richard M. Stallman | 2002-08-17 04:58:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-08-17 04:58:35 +0000 |
| commit | c59566eb951baf58e075671f3d30e41ca4534d5f (patch) | |
| tree | 275d0e8d670061ee4b87db79d8ca44cbb4994b43 | |
| parent | 5bc1c7d04c03d703e4d4c302fef38c8cd7260fcc (diff) | |
| download | emacs-c59566eb951baf58e075671f3d30e41ca4534d5f.tar.gz emacs-c59566eb951baf58e075671f3d30e41ca4534d5f.zip | |
(rmail-search-mime-header-function): Doc fix.
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
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. |
| 459 | This function is called if `rmail-enable-mime' is non-nil. | 459 | This function is called if `rmail-enable-mime' is non-nil. |
| 460 | It is called with four arguments MSG, REGEXP, and LIMIT, where | 460 | It is called with three arguments MSG, REGEXP, and LIMIT, where |
| 461 | MSG is the message number, | 461 | MSG is the message number, |
| 462 | REGEXP is the regular expression, | 462 | REGEXP is the regular expression, |
| 463 | LIMIT is the position specifying the end of header.") | 463 | LIMIT is the position specifying the end of header.") |