diff options
| author | Eli Zaretskii | 2023-04-26 19:25:23 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-04-26 19:25:23 +0300 |
| commit | 14d34312536e2b679cac39a06d58cd9bb85bc4bc (patch) | |
| tree | f17646eb8aa187af740ea5d31936bfc77a0972d2 | |
| parent | 022f50ebe616e04bb34487a26d529ca08954d287 (diff) | |
| download | emacs-14d34312536e2b679cac39a06d58cd9bb85bc4bc.tar.gz emacs-14d34312536e2b679cac39a06d58cd9bb85bc4bc.zip | |
; * lisp/help.el (describe-bindings-outline-rules): Fix :type tags.
| -rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 737 | (set :tag "Show section unless" | 737 | (set :tag "Show section unless" |
| 738 | (cons :tag "Heading matches regexp" | 738 | (cons :tag "Heading matches regexp" |
| 739 | (const match-regexp) string) | 739 | (const match-regexp) string) |
| 740 | (cons :tag "Custom function returns non-nil" | 740 | (cons :tag "Custom function to show/hide sections" |
| 741 | (const custom-function) function))) | 741 | (const custom-function) function))) |
| 742 | :group 'help | 742 | :group 'help |
| 743 | :version "30.1") | 743 | :version "30.1") |