changeset 15503:8763ff3f9ee3

(rmail-summary-by-senders): Fix typo in fn name.
author Richard M. Stallman <rms@gnu.org>
date Mon, 24 Jun 1996 16:59:49 +0000
parents 5053b03d18cb
children a01d40110af0
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Mon Jun 24 16:53:55 1996 +0000
+++ b/lisp/mail/rmail.el	Mon Jun 24 16:59:49 1996 +0000
@@ -2733,7 +2733,7 @@
 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)