diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-06-24 16:59:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-06-24 16:59:49 +0000 |
commit | 08525b54089ffa9cd8c905b4360d6aa50c39290f (patch) | |
tree | 623b5b5930bb76ec92f5521fa957a5997ba17e05 /lisp/mail | |
parent | 31158b62baf09f5ce7d8ba2f1fd1c3f18e478a04 (diff) | |
download | emacs-08525b54089ffa9cd8c905b4360d6aa50c39290f.tar.gz |
(rmail-summary-by-senders): Fix typo in fn name.
Diffstat (limited to 'lisp/mail')
-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 151ba8346ba..9e6593427df 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2733,7 +2733,7 @@ but if WHOLE-MESSAGE is non-nil (prefix arg given), SUBJECT is a string of regexps separated by commas." t) -(autoload 'rmail-summary-by-sender "rmailsum" +(autoload 'rmail-summary-by-senders "rmailsum" "Display a summary of all messages with the given SENDERS. SENDERS is a string of names separated by commas." t) |