emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r118330: lisp/gnus/gnus-start.el (gnus-activate-grou


From: Katsumi Yamaoka
Subject: [Emacs-diffs] trunk r118330: lisp/gnus/gnus-start.el (gnus-activate-group): Fix typo reported by Tim Landscheidt
Date: Sun, 09 Nov 2014 00:48:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118330
revision-id: address@hidden
parent: address@hidden
author: Tassilo Horn <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Sun 2014-11-09 00:48:34 +0000
message:
  lisp/gnus/gnus-start.el (gnus-activate-group): Fix typo reported by Tim 
Landscheidt
modified:
  lisp/gnus/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-1433
  lisp/gnus/gnus-start.el        
gnusstart.el-20091113204419-o5vbwnq5f7feedwu-1136
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2014-10-30 05:15:28 +0000
+++ b/lisp/gnus/ChangeLog       2014-11-09 00:48:34 +0000
@@ -1,3 +1,8 @@
+2014-11-07  Tassilo Horn  <address@hidden>
+
+       * gnus-start.el (gnus-activate-group): Fix typo reported by Tim
+       Landscheidt.
+
 2014-10-29  Paul Eggert  <address@hidden>
 
        Simplify use of current-time and friends.

=== modified file 'lisp/gnus/gnus-start.el'
--- a/lisp/gnus/gnus-start.el   2014-10-14 22:13:44 +0000
+++ b/lisp/gnus/gnus-start.el   2014-11-09 00:48:34 +0000
@@ -1475,7 +1475,7 @@
   "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))))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]