# HG changeset patch # User Richard M. Stallman # Date 835635589 0 # Node ID 8763ff3f9ee3d9a6676a15e9b4854e53751ed965 # Parent 5053b03d18cb1143f6f274af04a8fb7e94ec9c3d (rmail-summary-by-senders): Fix typo in fn name. diff -r 5053b03d18cb -r 8763ff3f9ee3 lisp/mail/rmail.el --- 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)