]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/help.el (describe-bindings-outline-rules): Fix :type tags.
authorEli Zaretskii <eliz@gnu.org>
Wed, 26 Apr 2023 16:25:23 +0000 (19:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 26 Apr 2023 16:25:23 +0000 (19:25 +0300)
lisp/help.el

index 4c5382ff285308e67597538c38afe8da26db568b..6f55136049b24933fd58901a54964fb0fa29f1d1 100644 (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")