Spelling fix.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Nov 2011 22:13:43 +0000 (22:13 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 14 Nov 2011 22:13:43 +0000 (22:13 +0000)
lisp/ChangeLog
lisp/gnus-topic.el
lisp/gnus-uu.el
lisp/gnus-win.el

index 4d52e2e..d7b7993 100644 (file)
@@ -1,3 +1,9 @@
+2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <tzz@lifelogs.com>
 
        * spam.el: Move BBDB autoloads.
index f1a2ed4..17af1a3 100644 (file)
@@ -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)
index 15c3d41..743b458 100644 (file)
@@ -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
index a1a8abc..ecd5b3b 100644 (file)
@@ -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"