diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-05-03 11:47:50 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-05-03 11:47:50 +0300 |
commit | 74a9022aba2055c1b4487eb5f69a274d108d893b (patch) | |
tree | cefa3127da97685d1097029fde2081b205b8856d /lisp/mail/rmailsum.el | |
parent | e6cf6ca050891610596a559a2fb707570c4c1fe5 (diff) | |
download | emacs-74a9022aba2055c1b4487eb5f69a274d108d893b.tar.gz |
Minor fixes for comments.
src/buffer.c (overlay_strings): Fix the wording of the commentary.
lisp/mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
Diffstat (limited to 'lisp/mail/rmailsum.el')
-rw-r--r-- | lisp/mail/rmailsum.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index cbffb18f69f..ca884136a34 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -473,8 +473,8 @@ message." (widen) (goto-char (point-min)) (while (>= total msgnum) - ;; Go back to the Rmail buffer so - ;; so FUNCTION and rmail-get-summary can see its local vars. + ;; Go back to the Rmail buffer so FUNCTION and + ;; rmail-get-summary can see its local vars. (with-current-buffer main-buffer ;; First test whether to include this message. (if (or (null function) |