From 14d34312536e2b679cac39a06d58cd9bb85bc4bc Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 26 Apr 2023 19:25:23 +0300 Subject: [PATCH] ; * lisp/help.el (describe-bindings-outline-rules): Fix :type tags. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")