[gnus git] branch master updated: m0-7-172-g809476b =1= gnus-sum.el (gnus-newsgroup-unexist): Spelling fix
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 809476b8c9119ae439c042c8fec02f339a77c532 (commit)
from 0b45b11c9157fc44fecdd1af19e909b340996694 (commit)
- Log -----------------------------------------------------------------
commit 809476b8c9119ae439c042c8fec02f339a77c532
Author: Paul Eggert <[email protected]>
Date: Sun Jul 14 09:37:06 2013 +0000
gnus-sum.el (gnus-newsgroup-unexist): Spelling fix
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e23d55a..163a9d3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1836,7 +1836,7 @@
* gnus-sum.el (gnus-summary-limit-to-author): Use the current From
address as the default.
- (gnus-summary-insert-old-articles): Don't include unexistent messages.
+ (gnus-summary-insert-old-articles): Don't include unexisting messages.
* nnfolder.el (nnfolder-save-buffer): Delete old versions silently. It
makes no sense to query the user about internal files.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 9bae9f9..f3918b0 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -1525,7 +1525,7 @@ This list will always be a subset of gnus-newsgroup-undownloaded.")
"Range of seen articles in the current newsgroup.")
(defvar gnus-newsgroup-unexist nil
- "Range of unexistent articles in the current newsgroup.")
+ "Range of unexisting articles in the current newsgroup.")
(defvar gnus-newsgroup-articles nil
"List of articles in the current newsgroup.")
-----------------------------------------------------------------------
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 | 2 +-
lisp/gnus-sum.el | 2 +-
2 files changed, 2 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