[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 10948948c12: Improve outline-default-state docstring
From: |
Robert Pluim |
Subject: |
emacs-29 10948948c12: Improve outline-default-state docstring |
Date: |
Wed, 26 Apr 2023 06:31:29 -0400 (EDT) |
branch: emacs-29
commit 10948948c12ec8698616c09f96225ee3b4fc32a5
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>
Improve outline-default-state docstring
* lisp/outline.el (outline-default-state): Explain which functions are
available to affect heading visibility.
---
lisp/outline.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/lisp/outline.el b/lisp/outline.el
index 0e90c59c285..97a51c9b92a 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -1500,8 +1500,10 @@ corresponding level. See `outline-default-rules' to
customize
visibility of the subtree at that level.
If equal to a lambda function or function name, this function is
-expected to toggle headings visibility, and will be
-called without arguments after the mode is enabled."
+expected to toggle headings visibility, and will be called
+without arguments after the mode is enabled. Heading visibility
+can be changed with functions such as `outline-show-subtree',
+`outline-show-entry', `outline-hide-entry' etc."
:version "29.1"
:type '(choice (const :tag "Disabled" nil)
(const :tag "Show all" outline-show-all)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 10948948c12: Improve outline-default-state docstring,
Robert Pluim <=