From unknown Fri Aug 15 20:48:39 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#56802 <56802@debbugs.gnu.org> To: bug#56802 <56802@debbugs.gnu.org> Subject: Status: 29.0.50; [PATCH] Cosmetic change to doc/lispref/tips.texi Reply-To: bug#56802 <56802@debbugs.gnu.org> Date: Sat, 16 Aug 2025 03:48:39 +0000 retitle 56802 29.0.50; [PATCH] Cosmetic change to doc/lispref/tips.texi reassign 56802 emacs submitter 56802 Arash Esbati severity 56802 normal tag 56802 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 27 13:59:46 2022 Received: (at submit) by debbugs.gnu.org; 27 Jul 2022 17:59:46 +0000 Received: from localhost ([127.0.0.1]:56946 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGlJx-0003t7-Se for submit@debbugs.gnu.org; Wed, 27 Jul 2022 13:59:46 -0400 Received: from lists.gnu.org ([209.51.188.17]:53718) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGlJw-0003t0-I1 for submit@debbugs.gnu.org; Wed, 27 Jul 2022 13:59:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39828) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGlJv-0002y2-Gb for bug-gnu-emacs@gnu.org; Wed, 27 Jul 2022 13:59:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34974) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGlJu-0003GZ-2r for bug-gnu-emacs@gnu.org; Wed, 27 Jul 2022 13:59:43 -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=o6nxDxmtfIBTUhJVU+ikrwjc1WTA01Kb87zPIQ6EC6c=; b=EjWSIhchuHGt0k /RSMitUq0XLmxuCC0o9/cVO7za22j1Q3lnAW6A3hBdTurYCpS64ySlbmw8quTKgtlRtlaW4l6IHAr oPDDf/gyE9WNdUFMjQyvP2/izbA+MwQDWw0WnCf1nJoM15QN4n6ziPDo0CxsaOJQQ8Z+0CG3avmLI j73Yr6WRKvpD/7P9ZQg22S3xHj27MltWozjipbaOTU4IO4/zjcJG5knxlL4l+uFx0hJmMjG/GtOQ0 Y+sJtK4AUIBtIXWgNg7blG3aNWnY2hKaORK/pV4D0GRlurNH2xvxLx+m/eikRlHh3cNdAvZ3OE8Y6 cNOKFEP+hPXKwio9tp+Q==; Received: from pd9fb77f7.dip0.t-ipconnect.de ([217.251.119.247]:51458 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGlJt-0005KD-Kn for bug-gnu-emacs@gnu.org; Wed, 27 Jul 2022 13:59:41 -0400 From: Arash Esbati To: emacs-bugs Subject: 29.0.50; [PATCH] Cosmetic change to doc/lispref/tips.texi Date: Wed, 27 Jul 2022 19:59:25 +0200 Message-ID: <864jz2e8si.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, may I suggest this trivial change to tips.texi: --8<---------------cut here---------------start------------->8--- diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index d03698d354..9faf3f33ba 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi @@ -712,7 +712,7 @@ Documentation Tips punctuation. For example: @example - CODE can be `lambda', nil, or t. +CODE can be `lambda', nil, or t. @end example Note that when Emacs displays these doc strings, Emacs will usually @@ -868,7 +868,7 @@ Documentation Tips @item Try to avoid using abbreviations such as ``e.g.'' (for ``for example''), ``i.e.'' (for ``that is''), ``no.'' (for ``number''), -``c.f.'' (for ``in contrast to'') and ``w.r.t.'' (for ``with respect +``cf.'' (for ``in contrast to'') and ``w.r.t.'' (for ``with respect to'') as much as possible. It is almost always clearer and easier to read the expanded version.@footnote{We do use these occasionally, but try not to overdo it.} --8<---------------cut here---------------end--------------->8--- It deletes a leading space in an example and fixes the abbreviation cf. which is to my knowledge short for the Latin confer/conferatur, i.e., only one word. Best, Arash From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 27 15:22:29 2022 Received: (at 56802-done) by debbugs.gnu.org; 27 Jul 2022 19:22:29 +0000 Received: from localhost ([127.0.0.1]:57051 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGmc1-0006Qi-Ke for submit@debbugs.gnu.org; Wed, 27 Jul 2022 15:22:29 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41322) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGmbw-0006QL-SH for 56802-done@debbugs.gnu.org; Wed, 27 Jul 2022 15:22:28 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36012) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGmbr-0007Gj-LI for 56802-done@debbugs.gnu.org; Wed, 27 Jul 2022 15:22:19 -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=u4DvNLdZlSHg/bqF7hM6oAWGwtVGUHKz51Bqt+3GN/0=; b=Z5BErKpo3Ddh iIxM2Gb2HQ7T21dhDlsOaD0+S8MWZY7sZYeEgsRfFNE1UL1vZz8TU3Q0oa/4uyEiiPbFbDX6/sRh1 NZwJiIonqdaoeN8zOPczXqTH6wzBIo8yiUI5ig6DFBoZa6tPqzRy1ooLbU/PR1Aih7ceS5FsEg7wQ sUyjtQWTpmgZEV3Okuv5ZutdWDjCOw5wck1VwfmEYc3rgzs722rSL7dK7rIWzmc11X99AmeMkJt8e xIXdRe+k+WgGhd1FLors6iZU/5HaGOVttn6vIPjSTPVyW4d0wkaWL5HYN09Vd/yqsBIbnhidAo+h0 7f4XlY5ZdO9Mybiasi4kGw==; Received: from [87.69.77.57] (port=4043 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 1oGmbq-0005ar-01; Wed, 27 Jul 2022 15:22:18 -0400 Date: Wed, 27 Jul 2022 22:22:25 +0300 Message-Id: <83zggu9x8u.fsf@gnu.org> From: Eli Zaretskii To: Arash Esbati In-Reply-To: <864jz2e8si.fsf@gnu.org> (message from Arash Esbati on Wed, 27 Jul 2022 19:59:25 +0200) Subject: Re: bug#56802: 29.0.50; [PATCH] Cosmetic change to doc/lispref/tips.texi References: <864jz2e8si.fsf@gnu.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56802-done Cc: 56802-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 Jul 2022 19:59:25 +0200 > > Hi all, > > may I suggest this trivial change to tips.texi: Thanks, I installed it on the emacs-28 branch. (Please in the future always check whether a documentation change is applicable for a release branch, and submit a patch relative to that if so.) From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 27 15:46:50 2022 Received: (at 56802-done) by debbugs.gnu.org; 27 Jul 2022 19:46:50 +0000 Received: from localhost ([127.0.0.1]:57072 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGmzZ-0007Gz-Tu for submit@debbugs.gnu.org; Wed, 27 Jul 2022 15:46:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45780) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oGmzV-0007Gg-CR for 56802-done@debbugs.gnu.org; Wed, 27 Jul 2022 15:46:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36234) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGmzQ-0002fW-5B for 56802-done@debbugs.gnu.org; Wed, 27 Jul 2022 15:46:40 -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:References:In-Reply-To:Subject:To: From; bh=VA/ESnZgSJQxQjtcFVb/7Ic88Z4Gdq7bVfWNa9Lh8DA=; b=CLdyWxTAVEVfgJ9gNZ/Z 2/1CbCU9UUMhOhpZLqWxmgwGv9HPea9n9FiPuTbV30hoUEah0bLyJiao8o6FsI2PVeCdvcsNLyCP2 DRgxmG/a0XeazgyUF3K2tg09DjhYdGXktdBjb+jWX8Co4D5N5GlFy9l9q8AimKwAUYjugsOwwxwJ+ eALA5uNo71OipYPvIQKPIdcjd3L81y80FcYfUprNG97fAO51sQjLKP3dBmROU7CNcR14rSOMsTJ+s WZ0C8Z1G/VRuoYvSy03ESFskMPJLLgjkluSEosy9K7GUJwcfpsvY1MxjHOoz5jKAKsYKSfmTQ0i7x QKOWopNfQRwo5w==; Received: from pd9fb77f7.dip0.t-ipconnect.de ([217.251.119.247]:51726 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oGmzP-00057N-MV; Wed, 27 Jul 2022 15:46:39 -0400 From: Arash Esbati To: Eli Zaretskii Subject: Re: bug#56802: 29.0.50; [PATCH] Cosmetic change to doc/lispref/tips.texi In-Reply-To: <83zggu9x8u.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 27 Jul 2022 22:22:25 +0300") References: <864jz2e8si.fsf@gnu.org> <83zggu9x8u.fsf@gnu.org> Date: Wed, 27 Jul 2022 21:46:22 +0200 Message-ID: <867d3ynxtd.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: 56802-done Cc: 56802-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 (---) Eli Zaretskii writes: > Thanks, I installed it on the emacs-28 branch. Thanks. > (Please in the future always check whether a documentation change is > applicable for a release branch, and submit a patch relative to that > if so.) Will do. Best, Arash From unknown Fri Aug 15 20:48:39 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, 25 Aug 2022 11:24:05 +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