aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorPaul Eggert2020-01-17 14:23:20 -0800
committerPaul Eggert2020-01-17 14:24:15 -0800
commit2391d3f45dbff087d64c522657124ebd1467b251 (patch)
treef3500c37d93126f61b70abfeb4cd7d07786e67b8 /lisp/mail
parente898442be343588c2be9638b1684856dbc898ab9 (diff)
downloademacs-2391d3f45dbff087d64c522657124ebd1467b251.tar.gz
emacs-2391d3f45dbff087d64c522657124ebd1467b251.zip
; spelling fixes
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmailsum.el2
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."
391(defun rmail-summary-by-senders (senders) 391(defun rmail-summary-by-senders (senders)
392 "Display a summary of all messages whose \"From\" field matches SENDERS. 392 "Display a summary of all messages whose \"From\" field matches SENDERS.
393SENDERS is a regular expression. The default for SENDERS matches the 393SENDERS is a regular expression. The default for SENDERS matches the
394sender of the current messsage." 394sender of the current message."
395 (interactive 395 (interactive
396 (let* ((def (rmail-get-header "From")) 396 (let* ((def (rmail-get-header "From"))
397 ;; We quote the default argument, because if it contains regexp 397 ;; We quote the default argument, because if it contains regexp