From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25879 Path: main.gmane.org!not-for-mail From: Jens-Ulrik.Petersen@nokia.com Newsgroups: gmane.emacs.gnus.general Subject: [patch] doc typo Date: 13 Oct 1999 10:07:45 +0900 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163188 16418 80.91.224.250 (21 Oct 2002 01:19:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:19:48 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA02531 for ; Tue, 12 Oct 1999 21:14:03 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id UAB19167; Tue, 12 Oct 1999 20:10:28 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 12 Oct 1999 20:10:22 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id UAA14384 for ; Tue, 12 Oct 1999 20:10:11 -0500 (CDT) Original-Received: from mgw-x1.nokia.com (mgw-x1.nokia.com [131.228.20.21]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id VAA02466 for ; Tue, 12 Oct 1999 21:08:14 -0400 (EDT) Original-Received: from mgw-i1.ntc.nokia.com (mgw-i1.ntc.nokia.com [131.228.118.60]) by mgw-x1.nokia.com (8.9.3/8.9.3) with ESMTP id EAA08998 for ; Wed, 13 Oct 1999 04:07:52 +0300 (EETDST) Original-Received: from samail01.nmp.nokia.com (root@samail01.nmp.nokia.com [131.228.240.6]) by mgw-i1.ntc.nokia.com (8.9.3/8.9.3) with ESMTP id EAA17580 for ; Wed, 13 Oct 1999 04:07:51 +0300 (EETDST) Original-Received: from tolnx04.europe.nokia.com (root@tolnx04.europe.nokia.com [172.24.108.57]) by samail01.nmp.nokia.com (8.8.6 (PHNE_17135)/8.8.6) with ESMTP id EAA11948 for ; Wed, 13 Oct 1999 04:15:32 +0300 (EETDST) Original-Received: (from jepeters@localhost) by tolnx04.europe.nokia.com (8.9.3/8.8.7) id KAA18960; Wed, 13 Oct 1999 10:07:45 +0900 Original-To: ding list Original-Lines: 18 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/21.1 (Arches) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25879 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25879 Just a little thing. Should I make a ChangeLog entry for something this small? (This is relative to pgnus-0.96.) Jens who's trying to get nnir to work over nnimap. --- gnus-group.el~ Wed Oct 13 10:01:42 1999 +++ gnus-group.el Wed Oct 13 10:01:42 1999 @@ -1600,7 +1600,7 @@ If REQUEST-ONLY, don't actually read the group; just request it. If SELECT-ARTICLES, only select those articles. -Return the name of the group is selection was successful." +Return the name of the group if selection was successful." ;; Transform the select method into a unique server. (when (stringp method) (setq method (gnus-server-to-method method)))