diff options
author | Eli Zaretskii <eliz@gnu.org> | 2024-02-10 13:00:51 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-02-10 13:00:51 +0200 |
commit | 717d8c4285fa6eecc0bbec9b5910f028f02aab59 (patch) | |
tree | ca50fe81e50828d0b76b4ea30a39c7ebe0c706a0 /lisp/outline.el | |
parent | f1e7b5230ad93aab20af1fd7b09931a746a89d5d (diff) | |
download | emacs-717d8c4285fa6eecc0bbec9b5910f028f02aab59.tar.gz emacs-717d8c4285fa6eecc0bbec9b5910f028f02aab59.tar.bz2 emacs-717d8c4285fa6eecc0bbec9b5910f028f02aab59.zip |
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)
Diffstat (limited to 'lisp/outline.el')
-rw-r--r-- | lisp/outline.el | 4 |
1 files changed, 2 insertions, 2 deletions
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. |