emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69012: closed (30.0.50; [PATCH] Remove punctuation around t)


From: GNU bug Tracking System
Subject: bug#69012: closed (30.0.50; [PATCH] Remove punctuation around t)
Date: Sat, 10 Feb 2024 11:49:03 +0000

Your message dated Sat, 10 Feb 2024 13:02:29 +0200
with message-id <86sf20twe2.fsf@gnu.org>
and subject line Re: bug#69012: 30.0.50; [PATCH] Remove punctuation around t
has caused the debbugs.gnu.org bug report #69012,
regarding 30.0.50; [PATCH] Remove punctuation around t
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69012: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69012
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 30.0.50; [PATCH] Remove punctuation around t Date: Sat, 10 Feb 2024 11:44:02 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Hi all,

this is a simple change removing punctuation surrounding t in docstring
of `outline-minor-mode-use-buttons'.  I didn't re-fill the docstring.

--8<---------------cut here---------------start------------->8---
diff --git a/lisp/outline.el b/lisp/outline.el
index b50708c1a7b..8ff30f1dfa1 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -318,8 +318,8 @@ outline-minor-mode-use-buttons
 buffers because it modifies them.
 When the value is `in-margins', then clickable buttons are
 displayed in the margins before the headings.
-When the value is `t', clickable buttons are displayed
-in the buffer before the headings.  The values `t' and
+When the value is t, clickable buttons are displayed
+in the buffer before the headings.  The values t and
 `in-margins' can be used in editing buffers because they
 don't modify the buffer."
   ;; The value `insert' is not intended to be customizable.
--8<---------------cut here---------------end--------------->8---

Best, Arash



--- End Message ---
--- Begin Message --- Subject: Re: bug#69012: 30.0.50; [PATCH] Remove punctuation around t Date: Sat, 10 Feb 2024 13:02:29 +0200
> From: Arash Esbati <arash@gnu.org>
> Date: Sat, 10 Feb 2024 11:44:02 +0100
> 
> Hi all,
> 
> this is a simple change removing punctuation surrounding t in docstring
> of `outline-minor-mode-use-buttons'.  I didn't re-fill the docstring.

Thanks, installed on the emacs-29 branch, and closing the bug.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]