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

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

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


From: Arash Esbati
Subject: bug#69012: 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





reply via email to

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