[gnus git] branch master updated: n0-17-386-g0b19a23 =1= Spelling fixes.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 0b19a237465f4fb273fba4abfe5180ff82916a44 (commit)
from 646bbf39894541a7d2c0f788fc7c48a38d169799 (commit)
- Log -----------------------------------------------------------------
commit 0b19a237465f4fb273fba4abfe5180ff82916a44
Author: Paul Eggert <[email protected]>
Date: Fri Nov 18 11:48:54 2011 +0000
Spelling fixes.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a178899..c328f70 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-18 Paul Eggert <[email protected]>
+
+ * gnus-sum.el (gnus-auto-select-subject):
+ * spam-report.el (spam-report-resend): Spelling fix.
+
2011-11-17 Paul Eggert <[email protected]>
* gnus-agent.el (gnus-agent-get-undownloaded-list):
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 08f5e44..5380595 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -364,7 +364,7 @@ newsgroups, set the variable to nil in `gnus-select-group-hook'."
This variable can either be the symbols `first' (place point on the
first subject), `unread' (place point on the subject line of the first
unread article), `best' (place point on the subject line of the
-higest-scored article), `unseen' (place point on the subject line of
+highest-scored article), `unseen' (place point on the subject line of
the first unseen article), `unseen-or-unread' (place point on the subject
line of the first unseen article or, if all articles have been seen, on the
subject line of the first unread article), or a function to be called to
diff --git a/lisp/spam-report.el b/lisp/spam-report.el
index 95b5fb5..6c94dbd 100644
--- a/lisp/spam-report.el
+++ b/lisp/spam-report.el
@@ -102,7 +102,7 @@ Reports is as ham when HAM is set."
(customize-set-variable
spam-report-resend-to
(read-from-minibuffer "email address to resend SPAM/HAM to? ")))
- ;; This is ganked from the `gnus-summary-resend-message' function.
+ ;; This is yanked from the `gnus-summary-resend-message' function.
;; It involves rendering the SPAM, which is undesirable, but there does
;; not seem to be a nicer way to achieve this.
;; select this particular article
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 5 +++++
lisp/gnus-sum.el | 2 +-
lisp/spam-report.el | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project