[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master d648e0c: Add outline-minor-mode-use-buttons doc string caveat
From: |
Lars Ingebrigtsen |
Subject: |
master d648e0c: Add outline-minor-mode-use-buttons doc string caveat |
Date: |
Sat, 6 Nov 2021 14:54:23 -0400 (EDT) |
branch: master
commit d648e0c6f97b1743f2adadf049412cb5c6d6f541
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
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 40618b0..cefb811 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master d648e0c: Add outline-minor-mode-use-buttons doc string caveat,
Lars Ingebrigtsen <=