aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Kangas2019-08-24 01:02:04 +0200
committerStefan Kangas2020-02-04 02:04:20 +0100
commit557b790e0a3fcb2cd4196a3119da3e92647f8def (patch)
treef2b6aaf62ae10fea500af2c09296eab5f5a1ab37 /etc
parentf9504ffba2e2604338c243dd77c877bbb8162e4a (diff)
downloademacs-557b790e0a3fcb2cd4196a3119da3e92647f8def.tar.gz
emacs-557b790e0a3fcb2cd4196a3119da3e92647f8def.zip
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>
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1fbcd43ab00..de8e20e2de4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -85,6 +85,11 @@ shows equivalent key bindings for all commands that have them.
85 85
86* Changes in Specialized Modes and Packages in Emacs 28.1 86* Changes in Specialized Modes and Packages in Emacs 28.1
87 87
88** Help
89
90+++
91*** New command 'describe-keymap' describes keybindings in a keymap.
92
88--- 93---
89** The old non-SMIE indentation of 'sh-mode' has been removed. 94** The old non-SMIE indentation of 'sh-mode' has been removed.
90 95