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:
parent
f1e7b5230a
commit
717d8c4285
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue