diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-01 16:06:16 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-11-01 16:06:21 +0100 |
commit | a5d79fcfe83e3b87a5f044d062afb8d828bfa7b2 (patch) | |
tree | bc849f70b6c184ba1dc334d2ac53e2aac036c2f8 /test/lisp/help-tests.el | |
parent | aa90de71a2d3344884a2622ceef00507bcdf28d2 (diff) | |
download | emacs-a5d79fcfe83e3b87a5f044d062afb8d828bfa7b2.tar.gz emacs-a5d79fcfe83e3b87a5f044d062afb8d828bfa7b2.tar.bz2 emacs-a5d79fcfe83e3b87a5f044d062afb8d828bfa7b2.zip |
Don't output prefix keys in `C-h b', and output more data on objects
* lisp/help.el (help--describe-command): Output
[closure/lambda/byte-code] for those types of objects.
(describe-map): Don't output prefix keys.
Diffstat (limited to 'test/lisp/help-tests.el')
-rw-r--r-- | test/lisp/help-tests.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/lisp/help-tests.el b/test/lisp/help-tests.el index 05ade12cf19..1234e5fb293 100644 --- a/test/lisp/help-tests.el +++ b/test/lisp/help-tests.el @@ -98,7 +98,6 @@ C-g abort-minibuffers TAB minibuffer-complete C-j minibuffer-complete-and-exit RET minibuffer-complete-and-exit -ESC Prefix Command SPC minibuffer-complete-word ? minibuffer-completion-help C-<tab> file-cache-minibuffer-complete @@ -109,11 +108,8 @@ C-<tab> file-cache-minibuffer-complete <prior> switch-to-completions <up> previous-line-or-history-element -M-g Prefix Command M-v switch-to-completions -M-g ESC Prefix Command - M-< minibuffer-beginning-of-buffer M-n next-history-element M-p previous-history-element @@ -290,8 +286,6 @@ x foo-original " Key Binding ------------------------------------------------------------------------------- -<remap> Prefix Command - <remap> <foo> bar "))))) @@ -323,7 +317,6 @@ C-a foo Key Binding ------------------------------------------------------------------------------- C-a foo -<menu-bar> Prefix Command <menu-bar> <foo> foo "))))) |