emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3f70e85: ; fix 2 typos in MH-E comments


From: Stephen Gildea
Subject: master 3f70e85: ; fix 2 typos in MH-E comments
Date: Fri, 30 Jul 2021 09:36:53 -0400 (EDT)

branch: master
commit 3f70e8560958a2fe648c9536380d1f8bf804d07d
Author: Stephen Gildea <stepheng+emacs@gildea.com>
Commit: Stephen Gildea <stepheng+emacs@gildea.com>

    ; fix 2 typos in MH-E comments
    
    * lisp/mh-e/ChangeLog.1: fix typo
    * lisp/mh-e/mh-junk.el (mh-junk-allowlist): fix verb tense
---
 lisp/mh-e/ChangeLog.1 | 2 +-
 lisp/mh-e/mh-junk.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1
index f1aeca6..b0fdd02 100644
--- a/lisp/mh-e/ChangeLog.1
+++ b/lisp/mh-e/ChangeLog.1
@@ -11196,7 +11196,7 @@
        instead of "0 msgs".  Do not try to print a range when there are
        no messages.
        * mh-e.el (mh-regenerate-headers): Bug fix.  Catch and remove the
-       "scan: band message list" message.
+       "scan: bad message list" message.
 
 2001-11-13  Jeffrey C Honig  <jch@honig.net>
 
diff --git a/lisp/mh-e/mh-junk.el b/lisp/mh-e/mh-junk.el
index cf9cf72..0890cb6 100644
--- a/lisp/mh-e/mh-junk.el
+++ b/lisp/mh-e/mh-junk.el
@@ -118,7 +118,7 @@ message(s) as specified by the option 
`mh-junk-disposition'."
 (defun mh-junk-allowlist (range)
   "Allowlist RANGE as ham.
 
-This command reclassifies the RANGE as ham if it were incorrectly
+This command reclassifies the RANGE as ham if it has been incorrectly
 classified as spam (see the option `mh-junk-program'). It then
 refiles the message into the \"+inbox\" folder.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]