From: Eli Zaretskii Date: Wed, 26 Apr 2023 16:25:23 +0000 (+0300) Subject: ; * lisp/help.el (describe-bindings-outline-rules): Fix :type tags. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14d34312536e2b679cac39a06d58cd9bb85bc4bc;p=emacs.git ; * lisp/help.el (describe-bindings-outline-rules): Fix :type tags. --- diff --git a/lisp/help.el b/lisp/help.el index 4c5382ff285..6f55136049b 100644 --- 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")