]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't quote 't' in doc strings
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2024 11:00:51 +0000 (13:00 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 17 Feb 2024 13:00:39 +0000 (14:00 +0100)
* lisp/outline.el (outline-minor-mode-use-buttons): Doc fix.
Patch by Arash Esbati <arash@gnu.org>.  (Bug#69012)

(cherry picked from commit 717d8c4285fa6eecc0bbec9b5910f028f02aab59)

lisp/outline.el

index 5ac0f0707f12d18c1e7669be139b0a01f5342213..40a75701cbf48fbb5838368f5a48b02baaa306fc 100644 (file)
@@ -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.