From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85238 Path: news.gmane.org!not-for-mail From: Tim Landscheidt Newsgroups: gmane.emacs.gnus.general Subject: Small typo in lisp/gnus-start.el Date: Wed, 05 Nov 2014 23:53:59 +0000 Organization: http://www.tim-landscheidt.de/ Message-ID: <87mw85fbl4.fsf@passepartout.tim-landscheidt.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415376653 10656 80.91.229.3 (7 Nov 2014 16:10:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Nov 2014 16:10:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33480@lists.math.uh.edu Fri Nov 07 17:10:46 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xmm7Y-00065y-OE for ding-account@gmane.org; Fri, 07 Nov 2014 17:10:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Xmm75-0001Bp-2D; Fri, 07 Nov 2014 10:10:15 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XmAP4-0007d5-Ki for ding@lists.math.uh.edu; Wed, 05 Nov 2014 17:54:18 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XmAP2-0004oi-Gl for ding@lists.math.uh.edu; Wed, 05 Nov 2014 17:54:17 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XmAP0-0005BG-ED for ding@gnus.org; Thu, 06 Nov 2014 00:54:14 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XmAOx-0000YH-Ux for ding@gnus.org; Thu, 06 Nov 2014 00:54:11 +0100 Original-Received: from e177180092.adsl.alicedsl.de ([85.177.180.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Nov 2014 00:54:11 +0100 Original-Received: from tim by e177180092.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Nov 2014 00:54:11 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e177180092.adsl.alicedsl.de Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:6WcSD5XkLnYmWvWGyLVCmz3A0Es= X-Spam-Score: -2.1 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85238 Archived-At: Hi, I stumbled over this typo and neither could let it go nor proofread the whole file :-); so: | 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)))) Tim