[gnus git] branch master updated: n0-17-379-gf91b615 =1= Spelling fix.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via f91b61597375d95fae71c558c67f3ec7e1f515eb (commit)
from cc4fc0c3aad0be9553b18e499ceb2218a21051e0 (commit)
- Log -----------------------------------------------------------------
commit f91b61597375d95fae71c558c67f3ec7e1f515eb
Author: Paul Eggert <[email protected]>
Date: Mon Nov 14 22:13:43 2011 +0000
Spelling fix.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4d52e2e..d7b7993 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2011-11-14 Paul Eggert <[email protected]>
+
+ * gnus-topic.el (gnus-group-prepare-topics):
+ * gnus-uu.el (gnus-extract-view):
+ * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
+
2011-11-09 Teodor Zlatanov <[email protected]>
* spam.el: Move BBDB autoloads.
diff --git a/lisp/gnus-topic.el b/lisp/gnus-topic.el
index f1a2ed4..17af1a3 100644
--- a/lisp/gnus-topic.el
+++ b/lisp/gnus-topic.el
@@ -430,7 +430,7 @@ inheritance."
regexp list-topic topic-level)
"List all newsgroups with unread articles of level LEVEL or lower.
Use the `gnus-group-topics' to sort the groups.
-If PREDICTE is a function, list groups that the function returns non-nil;
+If PREDICATE is a function, list groups that the function returns non-nil;
if it is t, list groups that have no unread articles.
If LOWEST is non-nil, list all newsgroups of level LOWEST or higher."
(set-buffer gnus-group-buffer)
diff --git a/lisp/gnus-uu.el b/lisp/gnus-uu.el
index 15c3d41..743b458 100644
--- a/lisp/gnus-uu.el
+++ b/lisp/gnus-uu.el
@@ -41,7 +41,7 @@
:group 'gnus)
(defgroup gnus-extract-view nil
- "Viewwing extracted files."
+ "Viewing extracted files."
:group 'gnus-extract)
(defgroup gnus-extract-archive nil
diff --git a/lisp/gnus-win.el b/lisp/gnus-win.el
index a1a8abc..ecd5b3b 100644
--- a/lisp/gnus-win.el
+++ b/lisp/gnus-win.el
@@ -54,7 +54,7 @@
:type 'boolean)
(defcustom gnus-use-frames-on-any-display nil
- "*If non-nil, frames on all displays will be considered useable by Gnus.
+ "*If non-nil, frames on all displays will be considered usable by Gnus.
When nil, only frames on the same display as the selected frame will be
used to display Gnus windows."
:version "22.1"
-----------------------------------------------------------------------
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 | 6 ++++++
lisp/gnus-topic.el | 2 +-
lisp/gnus-uu.el | 2 +-
lisp/gnus-win.el | 2 +-
4 files changed, 9 insertions(+), 3 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