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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user