diff options
| author | Paul Eggert | 2020-01-17 14:23:20 -0800 |
|---|---|---|
| committer | Paul Eggert | 2020-01-17 14:24:15 -0800 |
| commit | 2391d3f45dbff087d64c522657124ebd1467b251 (patch) | |
| tree | f3500c37d93126f61b70abfeb4cd7d07786e67b8 /lisp/mail | |
| parent | e898442be343588c2be9638b1684856dbc898ab9 (diff) | |
| download | emacs-2391d3f45dbff087d64c522657124ebd1467b251.tar.gz emacs-2391d3f45dbff087d64c522657124ebd1467b251.zip | |
; spelling fixes
Diffstat (limited to 'lisp/mail')
| -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." | |||
| 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. |
| 393 | SENDERS is a regular expression. The default for SENDERS matches the | 393 | SENDERS is a regular expression. The default for SENDERS matches the |
| 394 | sender of the current messsage." | 394 | sender 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 |