; * lisp/help.el (describe-bindings-outline-rules): Fix :type tags.
This commit is contained in:
parent
022f50ebe6
commit
14d3431253
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ doesn't have any effect."
|
|||
(set :tag "Show section unless"
|
||||
(cons :tag "Heading matches regexp"
|
||||
(const match-regexp) string)
|
||||
(cons :tag "Custom function returns non-nil"
|
||||
(cons :tag "Custom function to show/hide sections"
|
||||
(const custom-function) function)))
|
||||
:group 'help
|
||||
:version "30.1")
|
||||
|
|
Loading…
Add table
Reference in a new issue