From: Eli Zaretskii Date: Sat, 10 Feb 2024 11:00:51 +0000 (+0200) Subject: Don't quote 't' in doc strings X-Git-Tag: archive/raspbian/1%29.4+1-4+rpi1~1^2~2^2~18^2~59^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=717d8c4285fa6eecc0bbec9b5910f028f02aab59;p=emacs.git Don't quote 't' in doc strings * lisp/outline.el (outline-minor-mode-use-buttons): Doc fix. Patch by Arash Esbati . (Bug#69012) --- diff --git a/lisp/outline.el b/lisp/outline.el index 96e0d0df205..724263ef3d2 100644 --- a/lisp/outline.el +++ b/lisp/outline.el @@ -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.