From f91b61597375d95fae71c558c67f3ec7e1f515eb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 14 Nov 2011 22:13:43 +0000 Subject: [PATCH] Spelling fix. --- 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(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4d52e2e48..d7b7993d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2011-11-14 Paul Eggert + + * 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 * spam.el: Move BBDB autoloads. diff --git a/lisp/gnus-topic.el b/lisp/gnus-topic.el index f1a2ed43e..17af1a383 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 15c3d41be..743b4580c 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 a1a8abc30..ecd5b3b52 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" -- 2.11.4.GIT