From unknown Mon Aug 18 15:38:57 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#54002 <54002@debbugs.gnu.org> To: bug#54002 <54002@debbugs.gnu.org> Subject: Status: 29.0.50; [PATCH] Fix typo in Setting Variables Reply-To: bug#54002 <54002@debbugs.gnu.org> Date: Mon, 18 Aug 2025 22:38:57 +0000 retitle 54002 29.0.50; [PATCH] Fix typo in Setting Variables reassign 54002 emacs submitter 54002 Aleksandr Vityazev severity 54002 normal tag 54002 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 15:31:16 2022 Received: (at submit) by debbugs.gnu.org; 14 Feb 2022 20:31:16 +0000 Received: from localhost ([127.0.0.1]:42766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJi0B-0005at-US for submit@debbugs.gnu.org; Mon, 14 Feb 2022 15:31:16 -0500 Received: from lists.gnu.org ([209.51.188.17]:45980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJi08-0005aj-M1 for submit@debbugs.gnu.org; Mon, 14 Feb 2022 15:31:15 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44276) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJi07-0000vT-Fd for bug-gnu-emacs@gnu.org; Mon, 14 Feb 2022 15:31:12 -0500 Received: from mout01.posteo.de ([185.67.36.65]:50055) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJi01-0006cm-Kf for bug-gnu-emacs@gnu.org; Mon, 14 Feb 2022 15:31:11 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 87BB6240026 for ; Mon, 14 Feb 2022 21:31:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.org; s=2017; t=1644870660; bh=dMwbMllZ+40rY9aXRFuF0K0WH2ZURmr+LMOKVhwTebY=; h=From:To:Subject:Date:From; b=d2yao0nZ3LKVC9kgaFTCrIkx4SkbLX8OfVFjCxDvQ0TANhd/shgUX6BY3c/renj6l +VEP5CgXlhEr48Rb3zG8vXkALjQOT0LFGumej25dhLHPjG8DWR0EBT01goFK+sce5K 7QEGWy3WKAAobXZm7Y3smsKeg1OqML5dcbJisB7VOfCVQlY9ZBzIedLAELyU3Cd/7s qCcwr4n+42Ciz4lVkWlhyrUBrfP2XAtds8r87HkUL6YvLPHSIgB0ia5L3ij9tgscHC 0hm6wWokR5ifRSCZG8kqQvT3sogBLbrdA66bSu5fwtvKGnkSslv3mDNkG82g9mLiP6 1EU/tThcI+OiQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JyG834sxzz6tm4 for ; Mon, 14 Feb 2022 21:30:59 +0100 (CET) From: Aleksandr Vityazev To: bug-gnu-emacs@gnu.org Subject: 29.0.50; [PATCH] Fix typo in Setting Variables Message-Id: Date: Mon, 14 Feb 2022 20:30:58 +0000 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.65; envelope-from=avityazev@posteo.org; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.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: -2.3 (--) * doc/lispref/variables.texi (Setting Variables): Fix typo. --- doc/lispref/variables.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 9088397f9a..a520b3856c 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -883,7 +883,7 @@ Setting Variables will also issue a message: @example -(setop my-var 2) +(setopt my-var 2) @end example The @code{setopt} macro can be used on regular, non-user option -- 2.34.0 -- Aleksandr Vityazev From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 14 22:25:57 2022 Received: (at 54002-done) by debbugs.gnu.org; 15 Feb 2022 03:25:57 +0000 Received: from localhost ([127.0.0.1]:43193 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJoTV-0001KQ-Gu for submit@debbugs.gnu.org; Mon, 14 Feb 2022 22:25:57 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35140) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJoTP-0001K9-AF for 54002-done@debbugs.gnu.org; Mon, 14 Feb 2022 22:25:55 -0500 Received: from [2001:470:142:3::e] (port=46158 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJoTE-0003kY-5N; Mon, 14 Feb 2022 22:25:40 -0500 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=EH3lqf/h5mdv4ksmJLsGB3QB2dhUMf6Hy7C8Pz2edqU=; b=gl84e/XtQLVI adoA5GkWnreKv5kxS9Jx5qo5Val76BBOIod/hCjTLs+4kpJtAoYB1nKVGxAvADu4cBjrMUavFVqcl FfX5NlSjjHVRgmW2upm4GilCKTg6lFJBhps09MMhnae9in2E4uoQ+J/1WdrX6z+QS6knyt8piynw+ V8F7RhbEpkkUpzbD67vdvh820ks2I/RIFwBAKVst80EOypz/l1yS+8+mLDgq7sBoFMPU8jdYZnHWt uCuT2QW97LLWWqXlzXksxJpjHzmCa2St5eeT9eoVL2+n0rKyTKmNM9VmLiCD/qFw2Ghy4y9B2CXRE XRtpGyP7ci6G79hH3QH6Eg==; Received: from [87.69.77.57] (port=1075 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 1nJoTD-0004zb-Gp; Mon, 14 Feb 2022 22:25:39 -0500 Date: Tue, 15 Feb 2022 05:25:37 +0200 Message-Id: <83zgmsolou.fsf@gnu.org> From: Eli Zaretskii To: Aleksandr Vityazev In-Reply-To: (message from Aleksandr Vityazev on Mon, 14 Feb 2022 20:30:58 +0000) Subject: Re: bug#54002: 29.0.50; [PATCH] Fix typo in Setting Variables References: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54002-done Cc: 54002-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 (---) > Resent-From: Aleksandr Vityazev > Original-Sender: "Debbugs-submit" > Resent-CC: bug-gnu-emacs@gnu.org > Resent-Sender: help-debbugs@gnu.org > From: Aleksandr Vityazev > Date: Mon, 14 Feb 2022 20:30:58 +0000 > > * doc/lispref/variables.texi (Setting Variables): Fix typo. > --- > doc/lispref/variables.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi > index 9088397f9a..a520b3856c 100644 > --- a/doc/lispref/variables.texi > +++ b/doc/lispref/variables.texi > @@ -883,7 +883,7 @@ Setting Variables > will also issue a message: > > @example > -(setop my-var 2) > +(setopt my-var 2) > @end example Thanks, pushed. From unknown Mon Aug 18 15:38:57 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 15 Mar 2022 11:24:04 +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