diff options
Diffstat (limited to 'lisp/mail/rmail.el')
-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 2af0a5a7bd0..5799b718fdc 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -234,7 +234,7 @@ that file, but does not copy any new mail into the file." ;; Show the first unseen message, which might be from a previous session ;; or might have been just read in by rmail-get-new-mail. Must ;; determine already unseen messages first, as rmail-get-new-mail - ;; positions on the first new messsage, thus marking it as seen. + ;; positions on the first new message, thus marking it as seen. (rmail-show-message existing-unseen)))) ;; Given the value of MAILPATH, return a list of inbox file names. |