diff options
author | Glenn Morris <rgm@gnu.org> | 2015-05-27 06:18:31 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-05-27 06:18:31 -0400 |
commit | e70d8747a8ad4a9200b5f92f4c0ca332562bcafb (patch) | |
tree | 965755e866bb5418b4390df05b11e9345e78bc8f /lisp/mail/rmail.el | |
parent | 1b3fd89b1c19cdd3203f16584abba38f1c1c722f (diff) | |
download | emacs-e70d8747a8ad4a9200b5f92f4c0ca332562bcafb.tar.gz emacs-e70d8747a8ad4a9200b5f92f4c0ca332562bcafb.tar.bz2 emacs-e70d8747a8ad4a9200b5f92f4c0ca332562bcafb.zip |
; Auto-commit of loaddefs files.
Diffstat (limited to 'lisp/mail/rmail.el')
-rw-r--r-- | lisp/mail/rmail.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index f0c6d876b7f..100a71baf65 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -4843,7 +4843,7 @@ If prefix argument REVERSE is non-nil, sorts in reverse order. ;;;*** -;;;### (autoloads nil "rmailsum" "rmailsum.el" "b34aec2c31535804e2731992a64c8cdf") +;;;### (autoloads nil "rmailsum" "rmailsum.el" "eb94a5d2edf2a3c3c074f27f198b8311") ;;; Generated autoloads from rmailsum.el (autoload 'rmail-summary "rmailsum" "\ @@ -4862,7 +4862,7 @@ Display a summary of all messages with the given RECIPIENTS. Normally checks the To, From and Cc fields of headers; but if PRIMARY-ONLY is non-nil (prefix arg given), only look in the To and From fields. -RECIPIENTS is a string of regexps separated by commas. +RECIPIENTS is a regular expression. \(fn RECIPIENTS &optional PRIMARY-ONLY)" t nil) @@ -4878,13 +4878,13 @@ Emacs will list the message in the summary. Display a summary of all messages with the given SUBJECT. Normally checks just the Subject field of headers; but with prefix argument WHOLE-MESSAGE is non-nil, looks in the whole message. -SUBJECT is a string of regexps separated by commas. +SUBJECT is a regular expression. \(fn SUBJECT &optional WHOLE-MESSAGE)" t nil) (autoload 'rmail-summary-by-senders "rmailsum" "\ Display a summary of all messages whose \"From\" field matches SENDERS. -SENDERS is a string of regexps separated by commas. +SENDERS is a regular expression. \(fn SENDERS)" t nil) |