emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 717d8c4285f: Don't quote 't' in doc strings


From: Eli Zaretskii
Subject: emacs-29 717d8c4285f: Don't quote 't' in doc strings
Date: Sat, 10 Feb 2024 06:01:41 -0500 (EST)

branch: emacs-29
commit 717d8c4285fa6eecc0bbec9b5910f028f02aab59
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Don't quote 't' in doc strings
    
    * lisp/outline.el (outline-minor-mode-use-buttons): Doc fix.
    Patch by Arash Esbati <arash@gnu.org>.  (Bug#69012)
---
 lisp/outline.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/outline.el b/lisp/outline.el
index 96e0d0df205..724263ef3d2 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -318,8 +318,8 @@ Using the value `insert' is not recommended in editable
 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.



reply via email to

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