]> git.eshelyaron.com Git - emacs.git/commit
Add new help command describe-keymap
authorStefan Kangas <stefankangas@gmail.com>
Fri, 23 Aug 2019 23:02:04 +0000 (01:02 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 4 Feb 2020 01:04:20 +0000 (02:04 +0100)
commit557b790e0a3fcb2cd4196a3119da3e92647f8def
treef2b6aaf62ae10fea500af2c09296eab5f5a1ab37
parentf9504ffba2e2604338c243dd77c877bbb8162e4a
Add new help command describe-keymap

* lisp/help-fns.el (describe-keymap): New command to show key bindings
for a given keymap.  (Bug#30660)
* doc/emacs/help.texi (Misc Help): Document the new command.
* doc/lispref/keymaps.texi (Scanning Keymaps): Add a cross-reference
to the above documentation.
* etc/NEWS: Announce the new command.

* test/lisp/help-fns-tests.el (help-fns-test-describe-keymap/symbol)
(help-fns-test-describe-keymap/value)
(help-fns-test-describe-keymap/not-keymap)
(help-fns-test-describe-keymap/let-bound)
(help-fns-test-describe-keymap/dynamically-bound-no-file): New tests.

Co-authored-by: Drew Adams <drew.adams@oracle.com>
doc/emacs/help.texi
doc/lispref/keymaps.texi
etc/NEWS
lisp/help-fns.el
test/lisp/help-fns-tests.el