From: Lars Ingebrigtsen Date: Sat, 6 Nov 2021 18:54:16 +0000 (+0100) Subject: Add outline-minor-mode-use-buttons doc string caveat X-Git-Tag: emacs-29.0.90~3671^2~175 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d648e0c6f97b1743f2adadf049412cb5c6d6f541;p=emacs.git Add outline-minor-mode-use-buttons doc string caveat * lisp/outline.el (outline-minor-mode-use-buttons): Note that the feature is for special mode buffers only (bug#51629). --- diff --git a/lisp/outline.el b/lisp/outline.el index 40618b0a9bd..cefb8117035 100644 --- a/lisp/outline.el +++ b/lisp/outline.el @@ -277,6 +277,9 @@ in the file it applies to.") (defcustom outline-minor-mode-use-buttons nil "If non-nil, use clickable buttons on the headings. +Note that this feature is not meant to be used in editing +buffers (yet) -- that will be amended in a future version. + The `outline-minor-mode-buttons' variable specifies how the buttons should look." :type 'boolean