From unknown Sat Aug 16 12:43:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#69742: 30.0.50; [PATCH] Add a closing parentheses Resent-From: Arash Esbati Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 12 Mar 2024 12:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69742 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 69742@debbugs.gnu.org X-Debbugs-Original-To: "emacs-bugs" Received: via spool by submit@debbugs.gnu.org id=B.171024475813159 (code B ref -1); Tue, 12 Mar 2024 12:00:02 +0000 Received: (at submit) by debbugs.gnu.org; 12 Mar 2024 11:59:18 +0000 Received: from localhost ([127.0.0.1]:41973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rk0mo-0003Q5-Nc for submit@debbugs.gnu.org; Tue, 12 Mar 2024 07:59:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:50246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rk0mj-0003Pv-SV for submit@debbugs.gnu.org; Tue, 12 Mar 2024 07:59:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rk0mA-00072z-Nf for bug-gnu-emacs@gnu.org; Tue, 12 Mar 2024 07:58:34 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rk0mA-0007YZ-F3 for bug-gnu-emacs@gnu.org; Tue, 12 Mar 2024 07:58:34 -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=Wdct/saQUsA4vFlIsFeSDCVeGSJHkYvvSELYmtI4WD0=; b=Nu2RFM8gEI6zVy h6vPhalO9OZmCrukxYD7Y1mHtW/f4zOnTP0q/ikXhq4F/7B+T+PN2DLFS0791Hu4MRb1i7gu1Hobn x4ivx+v5C3q8zhny9z8CddIHtvsRD91kwUn+ZrKWVCi16Mq5lYCjDEOOXQmPRznQ1ekSTr113P2k3 XcJzy34oThpchHCOJJoUzGyud2F0E9KoDBGSEXNbSNKg8X0hXHxb/bes7EjODTULj7rHZayUe1+AT 1ysv3u1zIC1r2qX297IlpFZ6BF5V5Y7D23bw0sxiMV/Cz/d2jr5XWJoD487sdMbbDJR3bqREgLH6F VNFQZjsO0FXzgEwiBaIw==; From: Arash Esbati Date: Tue, 12 Mar 2024 12:58:29 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) 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 (---) --=-=-= Content-Type: text/plain Hi all, this is tiny change for a missing right parentheses. Best, Arash --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-doc-lispref-control.texi-Conditionals-Add-missing-pa.patch >From be88c7e06f28859f551fa7e786e84bfe1cc1c7ca Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Tue, 12 Mar 2024 12:53:32 +0100 Subject: [PATCH] ; * doc/lispref/control.texi (Conditionals): Add missing paren. --- doc/lispref/control.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 78ad5b68a51..f9f3389c398 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi @@ -323,7 +323,7 @@ Conditionals @defmac if-let spec then-form else-forms... Evaluate each binding in @var{spec} in turn, like in @code{let*} -(@pxref{Local Variables}, stopping if a binding value is @code{nil}. +(@pxref{Local Variables}), stopping if a binding value is @code{nil}. If all are non-@code{nil}, return the value of @var{then-form}, otherwise the last form in @var{else-forms}. @end defmac -- 2.44.0 --=-=-=-- From unknown Sat Aug 16 12:43:57 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: Arash Esbati Subject: bug#69742: closed (Re: bug#69742: 30.0.50; [PATCH] Add a closing parentheses) Message-ID: References: <86h6hbtrq9.fsf@gnu.org> X-Gnu-PR-Message: they-closed 69742 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: patch Reply-To: 69742@debbugs.gnu.org Date: Tue, 12 Mar 2024 15:07:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1710256022-13200-1" This is a multi-part message in MIME format... ------------=_1710256022-13200-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #69742: 30.0.50; [PATCH] Add a closing parentheses 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 69742@debbugs.gnu.org. --=20 69742: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D69742 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1710256022-13200-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 69742-done) by debbugs.gnu.org; 12 Mar 2024 15:07:00 +0000 Received: from localhost ([127.0.0.1]:43381 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rk3iV-0003Qh-M2 for submit@debbugs.gnu.org; Tue, 12 Mar 2024 11:06:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56532) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rk3iT-0003QN-Su for 69742-done@debbugs.gnu.org; Tue, 12 Mar 2024 11:06:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rk3hp-0004IV-PH for 69742-done@debbugs.gnu.org; Tue, 12 Mar 2024 11:06:18 -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=bW1V1XByJnCSS4azl/QujkU65Rzff9x+UHSL0m/BnX8=; b=jK6RqsptLu9L ArUGyDqXX8xTk6TyMOExmlL3jH4T5bXjJ+ejPOPvG53z18tY8Zu277YAaG+M5peSdiDclDinumJNF xeRC4BxFzUrePtumv7xIKYSr7mJ+X0wxD4b9GeqUqeviSCSL2hGbWr+bCO/v/Ez20v279uC6igk0J JSgrAwBHlRTyzM/GBNduj69n4/c7W7X+XNgPU/HLCwl8C+ze7dK5GhNZXgOuaE96khwUEKWLAiGf8 aHG1FMEFeS94hLV3vzOuiGJiG8NJE2yyTMV7B1A5TrgYQWLE9TS/YEbahviEktHgjZspCMjRN22tj suWGmwzJxkvS9F3VdvfGcw==; Date: Tue, 12 Mar 2024 17:06:06 +0200 Message-Id: <86h6hbtrq9.fsf@gnu.org> From: Eli Zaretskii To: Arash Esbati In-Reply-To: (message from Arash Esbati on Tue, 12 Mar 2024 12:58:29 +0100) Subject: Re: bug#69742: 30.0.50; [PATCH] Add a closing parentheses References: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 69742-done Cc: 69742-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: Tue, 12 Mar 2024 12:58:29 +0100 > > this is tiny change for a missing right parentheses. Thanks, installed on the emacs-29 branch, and closing the bug. ------------=_1710256022-13200-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Mar 2024 11:59:18 +0000 Received: from localhost ([127.0.0.1]:41973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rk0mo-0003Q5-Nc for submit@debbugs.gnu.org; Tue, 12 Mar 2024 07:59:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:50246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rk0mj-0003Pv-SV for submit@debbugs.gnu.org; Tue, 12 Mar 2024 07:59:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rk0mA-00072z-Nf for bug-gnu-emacs@gnu.org; Tue, 12 Mar 2024 07:58:34 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rk0mA-0007YZ-F3 for bug-gnu-emacs@gnu.org; Tue, 12 Mar 2024 07:58:34 -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=Wdct/saQUsA4vFlIsFeSDCVeGSJHkYvvSELYmtI4WD0=; b=Nu2RFM8gEI6zVy h6vPhalO9OZmCrukxYD7Y1mHtW/f4zOnTP0q/ikXhq4F/7B+T+PN2DLFS0791Hu4MRb1i7gu1Hobn x4ivx+v5C3q8zhny9z8CddIHtvsRD91kwUn+ZrKWVCi16Mq5lYCjDEOOXQmPRznQ1ekSTr113P2k3 XcJzy34oThpchHCOJJoUzGyud2F0E9KoDBGSEXNbSNKg8X0hXHxb/bes7EjODTULj7rHZayUe1+AT 1ysv3u1zIC1r2qX297IlpFZ6BF5V5Y7D23bw0sxiMV/Cz/d2jr5XWJoD487sdMbbDJR3bqREgLH6F VNFQZjsO0FXzgEwiBaIw==; From: Arash Esbati To: "emacs-bugs" Subject: 30.0.50; [PATCH] Add a closing parentheses Date: Tue, 12 Mar 2024 12:58:29 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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 (---) --=-=-= Content-Type: text/plain Hi all, this is tiny change for a missing right parentheses. Best, Arash --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-doc-lispref-control.texi-Conditionals-Add-missing-pa.patch >From be88c7e06f28859f551fa7e786e84bfe1cc1c7ca Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Tue, 12 Mar 2024 12:53:32 +0100 Subject: [PATCH] ; * doc/lispref/control.texi (Conditionals): Add missing paren. --- doc/lispref/control.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 78ad5b68a51..f9f3389c398 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi @@ -323,7 +323,7 @@ Conditionals @defmac if-let spec then-form else-forms... Evaluate each binding in @var{spec} in turn, like in @code{let*} -(@pxref{Local Variables}, stopping if a binding value is @code{nil}. +(@pxref{Local Variables}), stopping if a binding value is @code{nil}. If all are non-@code{nil}, return the value of @var{then-form}, otherwise the last form in @var{else-forms}. @end defmac -- 2.44.0 --=-=-=-- ------------=_1710256022-13200-1--