From b049078aef413a21a1fb4b6afa479ebb05b7a8c7 Mon Sep 17 00:00:00 2001 From: Arash Esbati Date: Wed, 25 Mar 2026 12:00:30 +0100 Subject: [PATCH] ; Fix quotation of some symbols * lisp/outline.el (outline-minor-mode-use-buttons) (outline-minor-mode-highlight): Fix quotation of some symbols (bug#80672). --- lisp/outline.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/outline.el b/lisp/outline.el index 4fb953b0f7c..ea66ee5c8e9 100644 --- a/lisp/outline.el +++ b/lisp/outline.el @@ -326,10 +326,10 @@ non-nil and point is located on the heading line.") (defcustom outline-minor-mode-use-buttons nil "Whether to display clickable buttons on the headings. These buttons can be used to hide and show the body under the heading. -When the value is `insert', additional placeholders for buttons are +When the value is \\+`insert', additional placeholders for buttons are inserted to the buffer, so buttons are not only clickable, but also typing `RET' on them can hide and show the body. -Using the value `insert' is not recommended in editable +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. @@ -513,7 +513,7 @@ font-lock faces defined by the major mode. Thus, a non-nil value will work well only when there's no such conflict. If the value is t, use outline faces only if there are no major mode's font-lock faces on headings. When `override', completely overwrite major -mode's font-lock faces with outline faces. When `append', try to append +mode's font-lock faces with outline faces. When \\+`append', try to append outline font-lock faces to those of major mode." :type '(choice (const :tag "Do not use outline font-lock highlighting" nil) (const :tag "Overwrite major mode font-lock faces" override)