From: Tassilo Horn Date: Sun, 9 Nov 2014 00:48:34 +0000 (+0000) Subject: lisp/gnus/gnus-start.el (gnus-activate-group): Fix typo reported by Tim Landscheidt X-Git-Tag: emacs-25.0.90~2635^2~526 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90a1373b4c8e3f646b2b75cb4a12126cd361faa0;p=emacs.git lisp/gnus/gnus-start.el (gnus-activate-group): Fix typo reported by Tim Landscheidt --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index cc38aabeec7..f0126a26c91 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2014-11-07 Tassilo Horn + + * gnus-start.el (gnus-activate-group): Fix typo reported by Tim + Landscheidt. + 2014-10-29 Paul Eggert Simplify use of current-time and friends. diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 5b734d0ae77..70d0a2826b8 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el @@ -1475,7 +1475,7 @@ newsgroup." "Check whether a group has been activated or not. If SCAN, request a scan of that group as well. If METHOD, use that select method instead of determining the method based on the -group name. If DONT-CHECK, don't check check whether the group +group name. If DONT-CHECK, don't check whether the group actually exists. If DONT-SUB-CHECK or DONT-CHECK, don't let the backend check whether the group actually exists." (let ((method (or method (inline (gnus-find-method-for-group group))))