emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 14d34312536: ; * lisp/help.el (describe-bindings-outline-rules):


From: Eli Zaretskii
Subject: master 14d34312536: ; * lisp/help.el (describe-bindings-outline-rules): Fix :type tags.
Date: Wed, 26 Apr 2023 12:25:11 -0400 (EDT)

branch: master
commit 14d34312536e2b679cac39a06d58cd9bb85bc4bc
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]