Don't quote 't' in doc strings
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2024 11:00:51 +0000 (13:00 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2024 11:00:51 +0000 (13:00 +0200)
* lisp/outline.el (outline-minor-mode-use-buttons): Doc fix.
Patch by Arash Esbati <arash@gnu.org>.  (Bug#69012)

lisp/outline.el

index 96e0d0df205d540ad6305c7d2b0accaeff75153f..724263ef3d2a20012296122cd94ae26290341832 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.