[gnus git] branch master updated: m0-11-74-g5e23874 =1= Fix docstring typo.

Tassilo <[email protected]> Fri, 07 Nov 2014 20:50:28 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  5e23874b4b9f77f9c467dc5ee352c74a20b89fb9 (commit)
      from  3b3c25070ad0fed822f606f62c3155f1c68c28ae (commit)


- Log -----------------------------------------------------------------
commit 5e23874b4b9f77f9c467dc5ee352c74a20b89fb9
Author: Tassilo Horn <[email protected]>
Date:   Fri Nov 7 20:50:02 2014 +0100

    Fix docstring typo.
    
    * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
    Landscheidt.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 250d2e8..b434965 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-07  Tassilo Horn  <[email protected]>
+
+	* gnus-start.el (gnus-activate-group): Fix typo reported by Tim
+	Landscheidt.
+
 2014-10-29  Paul Eggert  <[email protected]>
 
 	Simplify use of current-time and friends.
diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el
index 5b734d0..70d0a28 100644
--- a/lisp/gnus-start.el
+++ b/lisp/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))))

-----------------------------------------------------------------------
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     |    5 +++++
 lisp/gnus-start.el |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

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