]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve outline-default-state docstring
authorRobert Pluim <rpluim@gmail.com>
Wed, 26 Apr 2023 10:27:30 +0000 (12:27 +0200)
committerRobert Pluim <rpluim@gmail.com>
Wed, 26 Apr 2023 10:31:00 +0000 (12:31 +0200)
* lisp/outline.el (outline-default-state): Explain which functions are
available to affect heading visibility.

lisp/outline.el

index 0e90c59c2852c09f9a94d5be6a4f4987f2edaf63..97a51c9b92a5ece144e039bf240882cd83e681cb 100644 (file)
@@ -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)