diff options
Diffstat (limited to 'lisp/mail/rmailsum.el')
-rw-r--r-- | lisp/mail/rmailsum.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 3ae2e404ae7..cc55451902a 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -391,7 +391,7 @@ SUBJECT is a regular expression." (defun rmail-summary-by-senders (senders) "Display a summary of all messages whose \"From\" field matches SENDERS. SENDERS is a regular expression. The default for SENDERS matches the -sender of the current messsage." +sender of the current message." (interactive (let* ((def (rmail-get-header "From")) ;; We quote the default argument, because if it contains regexp |