projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
022f50e
)
; * lisp/help.el (describe-bindings-outline-rules): Fix :type tags.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 26 Apr 2023 16:25:23 +0000
(19:25 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 26 Apr 2023 16:25:23 +0000
(19:25 +0300)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 4c5382ff285308e67597538c38afe8da26db568b..6f55136049b24933fd58901a54964fb0fa29f1d1 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-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")