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)
This commit is contained in:
Eli Zaretskii 2024-02-10 13:00:51 +02:00
parent f1e7b5230a
commit 717d8c4285

View file

@ -318,8 +318,8 @@ Using the value `insert' is not recommended in editable
buffers because it modifies them. buffers because it modifies them.
When the value is `in-margins', then clickable buttons are When the value is `in-margins', then clickable buttons are
displayed in the margins before the headings. displayed in the margins before the headings.
When the value is `t', clickable buttons are displayed When the value is t, clickable buttons are displayed
in the buffer before the headings. The values `t' and in the buffer before the headings. The values t and
`in-margins' can be used in editing buffers because they `in-margins' can be used in editing buffers because they
don't modify the buffer." don't modify the buffer."
;; The value `insert' is not intended to be customizable. ;; The value `insert' is not intended to be customizable.