From unknown Sat Aug 16 20:56:27 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#55143 <55143@debbugs.gnu.org> To: bug#55143 <55143@debbugs.gnu.org> Subject: Status: [PATCH] 29.0.50; Duplicated word in lispref Reply-To: bug#55143 <55143@debbugs.gnu.org> Date: Sun, 17 Aug 2025 03:56:27 +0000 retitle 55143 [PATCH] 29.0.50; Duplicated word in lispref reassign 55143 emacs submitter 55143 Arash Esbati severity 55143 normal tag 55143 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 27 06:33:00 2022 Received: (at submit) by debbugs.gnu.org; 27 Apr 2022 10:33:00 +0000 Received: from localhost ([127.0.0.1]:41315 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njeyh-0004l9-Uh for submit@debbugs.gnu.org; Wed, 27 Apr 2022 06:33:00 -0400 Received: from lists.gnu.org ([209.51.188.17]:39682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njeyg-0004l2-9o for submit@debbugs.gnu.org; Wed, 27 Apr 2022 06:32:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59406) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njeyf-0004KF-UM for bug-gnu-emacs@gnu.org; Wed, 27 Apr 2022 06:32:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51372) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njeyf-00082H-LD for bug-gnu-emacs@gnu.org; Wed, 27 Apr 2022 06:32:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=hnVcVNjhBe9dHbkSrrQXwliwP3u3Wqf03/V+pPNCM9U=; b=T3PgBUnO2MWOGO AIREQLOohSM9+pvkUunH2lfI/quN+UpuHgTxvgF7AiNMg4oaPGKJEP3QIeE1/3QCbMbBkyVpJGiK5 rvB8Da+AfbYOwKmzOXSIRz0yskxDg7tEbzgvjFA0Q+MHfvGTp/e2KA9MG12AVr5qn9cY96jhfiUER gcKYr5G6t2RjIcjxbuW4hT8FzS8kfWpBu1DCY5OdANk6eAtG2NpKYp9n5tq6Y5fhycr1WqMHJoIS1 rhYe9/5Vi/31CuKoJZvkct+w4LS7IPQGntp42g1oRHtKETcMIQpMiAQieJdqv+vtD8ocK1lGWNSCE 2srAulJ/tc1l9gszpBtg==; Received: from p5b326363.dip0.t-ipconnect.de ([91.50.99.99]:58390 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njeye-0007TB-CN for bug-gnu-emacs@gnu.org; Wed, 27 Apr 2022 06:32:57 -0400 From: Arash Esbati To: emacs-bugs Subject: [PATCH] 29.0.50; Duplicated word in lispref Date: Wed, 27 Apr 2022 12:32:38 +0200 Message-ID: <86zgk6g6k9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) 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: -3.3 (---) Hi all, I suggest to install this small change: diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index 9120e63727..e84b901eaa 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi @@ -770,7 +770,7 @@ Position Parse position @var{pos} starting from the beginning of the visible portion of the buffer. @iftex -See the next section for +See the next section @end iftex @ifnottex @xref{Parser State}, Currently, the description for syntax-ppss reads like this in elisp.pdf: syntax-ppss &optional pos This function returns the parser state that the parser would reach at position pos starting from the beginning of the visible portion of the buffer. See the next section for for a description of the parser state. ^^^^^^^ Best, Arash From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 27 07:45:01 2022 Received: (at 55143-done) by debbugs.gnu.org; 27 Apr 2022 11:45:01 +0000 Received: from localhost ([127.0.0.1]:41369 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njg6O-0000Et-Rk for submit@debbugs.gnu.org; Wed, 27 Apr 2022 07:45:01 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53022) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1njg6K-0000ER-U1 for 55143-done@debbugs.gnu.org; Wed, 27 Apr 2022 07:44:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51996) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njg6F-0003Ky-HX for 55143-done@debbugs.gnu.org; Wed, 27 Apr 2022 07:44:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=wMXDsrcooe8F5Z8aYYjavBCBO23YNixw9fhkjPl7iPo=; b=HyGePC96Ek5P VWbW2DmqK3ZW9Kz7FvcvF5yA3lASMse0wStj41wHA0GZEs1Jbl6UVJNs09wUTLoWfVfsFHXqnrxFa +mKDwZQqYNL9xP7kPxQ+3zQm6vjYRFsihiiLOQ8uYoVL7lW97bQEe432ftFgrvNO9EG0z7cOrmJNq vm6+94ygSObnrXDIavZWuka7FhCMKHfCl/7GBY+PecabAFYq0hJOr/AvTQpgBbKe7HrOeGSVd4pD8 xHAB9vp1BV9IS/hbpXaTcGQnjwFRR4MDTAGoA6KIYtPKfWQAAEG36yZ20uuMRPfI6QCMs+xSrUD94 L7QpCJ/u/6Kk4+mQF8SfgQ==; Received: from [87.69.77.57] (port=3749 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1njg6A-0004mj-8V; Wed, 27 Apr 2022 07:44:46 -0400 Date: Wed, 27 Apr 2022 14:44:36 +0300 Message-Id: <83h76elpi3.fsf@gnu.org> From: Eli Zaretskii To: Arash Esbati In-Reply-To: <86zgk6g6k9.fsf@gnu.org> (message from Arash Esbati on Wed, 27 Apr 2022 12:32:38 +0200) Subject: Re: bug#55143: [PATCH] 29.0.50; Duplicated word in lispref References: <86zgk6g6k9.fsf@gnu.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55143-done Cc: 55143-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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Arash Esbati > Date: Wed, 27 Apr 2022 12:32:38 +0200 > > Hi all, > > I suggest to install this small change: > > diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi > index 9120e63727..e84b901eaa 100644 > --- a/doc/lispref/syntax.texi > +++ b/doc/lispref/syntax.texi > @@ -770,7 +770,7 @@ Position Parse > position @var{pos} starting from the beginning of the visible portion > of the buffer. > @iftex > -See the next section for > +See the next section > @end iftex > @ifnottex > @xref{Parser State}, > > Currently, the description for syntax-ppss reads like this in elisp.pdf: > > syntax-ppss &optional pos > This function returns the parser state that the parser would reach at > position pos starting from the beginning of the visible portion of the > buffer. See the next section for for a description of the parser state. > ^^^^^^^ Thanks, fixed on the release branch. From unknown Sat Aug 16 20:56:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 26 May 2022 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator