From d648e0c6f97b1743f2adadf049412cb5c6d6f541 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 6 Nov 2021 19:54:16 +0100 Subject: [PATCH] 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). --- lisp/outline.el | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5