]> code.delx.au - gnu-emacs/commitdiff
lisp/gnus/gnus-start.el (gnus-activate-group): Fix typo reported by Tim Landscheidt
authorTassilo Horn <tsdh@gnu.org>
Sun, 9 Nov 2014 00:48:34 +0000 (00:48 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 9 Nov 2014 00:48:34 +0000 (00:48 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-start.el

index cc38aabeec73909c0747cc9647ed784061cebd91..f0126a26c9104129f8f9733d5f8b98908f486e3b 100644 (file)
@@ -1,3 +1,8 @@
+2014-11-07  Tassilo Horn  <tsdh@gnu.org>
+
+       * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
+       Landscheidt.
+
 2014-10-29  Paul Eggert  <eggert@cs.ucla.edu>
 
        Simplify use of current-time and friends.
index 5b734d0ae772d9e2a7a6784b2c8849e6500a4924..70d0a2826b8d1fb0e75a6e522ef294f12ca4c629 100644 (file)
@@ -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))))