From unknown Thu Jun 19 14:29:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22992: 25.0.92; Missing word in the elisp info page for seq-elt Resent-From: Lars Ljung Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 11 Mar 2016 22:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 22992 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 22992@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14577351144309 (code B ref -1); Fri, 11 Mar 2016 22:26:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Mar 2016 22:25:14 +0000 Received: from localhost ([127.0.0.1]:45549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aeVUg-00017R-Jv for submit@debbugs.gnu.org; Fri, 11 Mar 2016 17:25:14 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33601) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aeVUe-00017C-O2 for submit@debbugs.gnu.org; Fri, 11 Mar 2016 17:25:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeVUZ-0005ug-3H for submit@debbugs.gnu.org; Fri, 11 Mar 2016 17:25:07 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:34294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeVUZ-0005uc-17 for submit@debbugs.gnu.org; Fri, 11 Mar 2016 17:25:07 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeVUY-0001B3-64 for bug-gnu-emacs@gnu.org; Fri, 11 Mar 2016 17:25:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeVUT-0005ot-7d for bug-gnu-emacs@gnu.org; Fri, 11 Mar 2016 17:25:06 -0500 Received: from mail17.surf-town.net ([212.97.132.57]:48909 helo=mailgw20.surf-town.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeVUT-0005n5-0j for bug-gnu-emacs@gnu.org; Fri, 11 Mar 2016 17:25:01 -0500 Received: by mailgw20.surf-town.net (Postfix, from userid 65534) id BC1E061E44; Fri, 11 Mar 2016 23:24:58 +0100 (CET) Received: from localhost (unknown [127.0.0.1]) by mailgw20.surf-town.net (Postfix) with ESMTP id 96B5D61E58 for ; Fri, 11 Mar 2016 23:24:58 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mailgw20.surf-town.net Received: from mailgw20.surf-town.net ([127.0.0.1]) by localhost (mailgw20.surf-town.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id C5ZpY+ZNUcCH for ; Fri, 11 Mar 2016 23:24:56 +0100 (CET) Received: from [192.168.0.139] (unknown [80.216.211.44]) (Authenticated sender: lars@matholka.se) by mailgw20.surf-town.net (Postfix) with ESMTPSA id 6A16D61E44 for ; Fri, 11 Mar 2016 23:24:56 +0100 (CET) From: Lars Ljung Message-ID: <56E345B7.6090809@matholka.se> Date: Fri, 11 Mar 2016 23:24:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) The documentation for seq-elt in the elisp info page looks like this: -- Function: seq-elt sequence index This function the element at the index INDEX in SEQUENCE. INDEX can be an integer from zero up to the length of SEQUENCE minus one. For out-of-range values on built-in sequence types, =E2=80=98seq-elt= =E2=80=99 behaves like =E2=80=98elt=E2=80=99. *Note Definition of elt::. I guess it should be "This function returns the element..." Kind regards, Lars Ljung From unknown Thu Jun 19 14:29:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Lars Ljung Subject: bug#22992: closed (Re: bug#22992: 25.0.92; Missing word in the elisp info page for seq-elt) Message-ID: References: <83fuvwgky4.fsf@gnu.org> <56E345B7.6090809@matholka.se> X-Gnu-PR-Message: they-closed 22992 X-Gnu-PR-Package: emacs Reply-To: 22992@debbugs.gnu.org Date: Sat, 12 Mar 2016 08:29:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1457771342-28578-1" This is a multi-part message in MIME format... ------------=_1457771342-28578-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #22992: 25.0.92; Missing word in the elisp info page for seq-elt which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 22992@debbugs.gnu.org. --=20 22992: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D22992 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1457771342-28578-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 22992-done) by debbugs.gnu.org; 12 Mar 2016 08:28:15 +0000 Received: from localhost ([127.0.0.1]:45688 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aeeuF-0007Q1-GD for submit@debbugs.gnu.org; Sat, 12 Mar 2016 03:28:15 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41785) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aeeuD-0007Pp-Qi for 22992-done@debbugs.gnu.org; Sat, 12 Mar 2016 03:28:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeeu5-0000oi-Ei for 22992-done@debbugs.gnu.org; Sat, 12 Mar 2016 03:28:08 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeeu5-0000oe-BX; Sat, 12 Mar 2016 03:28:05 -0500 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4873 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1aeeu4-0005KB-Im; Sat, 12 Mar 2016 03:28:05 -0500 Date: Sat, 12 Mar 2016 10:27:31 +0200 Message-Id: <83fuvwgky4.fsf@gnu.org> From: Eli Zaretskii To: Lars Ljung In-reply-to: <56E345B7.6090809@matholka.se> (message from Lars Ljung on Fri, 11 Mar 2016 23:24:55 +0100) Subject: Re: bug#22992: 25.0.92; Missing word in the elisp info page for seq-elt References: <56E345B7.6090809@matholka.se> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 22992-done Cc: 22992-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) > From: Lars Ljung > Date: Fri, 11 Mar 2016 23:24:55 +0100 > > The documentation for seq-elt in the elisp info page looks like this: > > -- Function: seq-elt sequence index > This function the element at the index INDEX in SEQUENCE. INDEX > can be an integer from zero up to the length of SEQUENCE minus one. > For out-of-range values on built-in sequence types, ‘seq-elt’ > behaves like ‘elt’. *Note Definition of elt::. > > I guess it should be "This function returns the element..." Thanks, fixed. ------------=_1457771342-28578-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Mar 2016 22:25:14 +0000 Received: from localhost ([127.0.0.1]:45549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aeVUg-00017R-Jv for submit@debbugs.gnu.org; Fri, 11 Mar 2016 17:25:14 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33601) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aeVUe-00017C-O2 for submit@debbugs.gnu.org; Fri, 11 Mar 2016 17:25:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeVUZ-0005ug-3H for submit@debbugs.gnu.org; Fri, 11 Mar 2016 17:25:07 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:34294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeVUZ-0005uc-17 for submit@debbugs.gnu.org; Fri, 11 Mar 2016 17:25:07 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeVUY-0001B3-64 for bug-gnu-emacs@gnu.org; Fri, 11 Mar 2016 17:25:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeVUT-0005ot-7d for bug-gnu-emacs@gnu.org; Fri, 11 Mar 2016 17:25:06 -0500 Received: from mail17.surf-town.net ([212.97.132.57]:48909 helo=mailgw20.surf-town.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeVUT-0005n5-0j for bug-gnu-emacs@gnu.org; Fri, 11 Mar 2016 17:25:01 -0500 Received: by mailgw20.surf-town.net (Postfix, from userid 65534) id BC1E061E44; Fri, 11 Mar 2016 23:24:58 +0100 (CET) Received: from localhost (unknown [127.0.0.1]) by mailgw20.surf-town.net (Postfix) with ESMTP id 96B5D61E58 for ; Fri, 11 Mar 2016 23:24:58 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mailgw20.surf-town.net Received: from mailgw20.surf-town.net ([127.0.0.1]) by localhost (mailgw20.surf-town.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id C5ZpY+ZNUcCH for ; Fri, 11 Mar 2016 23:24:56 +0100 (CET) Received: from [192.168.0.139] (unknown [80.216.211.44]) (Authenticated sender: lars@matholka.se) by mailgw20.surf-town.net (Postfix) with ESMTPSA id 6A16D61E44 for ; Fri, 11 Mar 2016 23:24:56 +0100 (CET) To: bug-gnu-emacs@gnu.org From: Lars Ljung Subject: 25.0.92; Missing word in the elisp info page for seq-elt Message-ID: <56E345B7.6090809@matholka.se> Date: Fri, 11 Mar 2016 23:24:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) The documentation for seq-elt in the elisp info page looks like this: -- Function: seq-elt sequence index This function the element at the index INDEX in SEQUENCE. INDEX can be an integer from zero up to the length of SEQUENCE minus one. For out-of-range values on built-in sequence types, =E2=80=98seq-elt= =E2=80=99 behaves like =E2=80=98elt=E2=80=99. *Note Definition of elt::. I guess it should be "This function returns the element..." Kind regards, Lars Ljung ------------=_1457771342-28578-1--