; * lisp/help.el (describe-bindings-outline-rules): Fix :type tags.

This commit is contained in:
Eli Zaretskii 2023-04-26 19:25:23 +03:00
parent 022f50ebe6
commit 14d3431253

View file

@ -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")