Improve outline-default-state docstring
* lisp/outline.el (outline-default-state): Explain which functions are available to affect heading visibility.
This commit is contained in:
parent
b5ace2eed8
commit
10948948c1
1 changed files with 4 additions and 2 deletions
|
@ -1500,8 +1500,10 @@ corresponding level. See `outline-default-rules' to customize
|
||||||
visibility of the subtree at that level.
|
visibility of the subtree at that level.
|
||||||
|
|
||||||
If equal to a lambda function or function name, this function is
|
If equal to a lambda function or function name, this function is
|
||||||
expected to toggle headings visibility, and will be
|
expected to toggle headings visibility, and will be called
|
||||||
called without arguments after the mode is enabled."
|
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"
|
:version "29.1"
|
||||||
:type '(choice (const :tag "Disabled" nil)
|
:type '(choice (const :tag "Disabled" nil)
|
||||||
(const :tag "Show all" outline-show-all)
|
(const :tag "Show all" outline-show-all)
|
||||||
|
|
Loading…
Add table
Reference in a new issue