diff options
| author | Stefan Kangas | 2019-08-24 01:02:04 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-02-04 02:04:20 +0100 |
| commit | 557b790e0a3fcb2cd4196a3119da3e92647f8def (patch) | |
| tree | f2b6aaf62ae10fea500af2c09296eab5f5a1ab37 /etc | |
| parent | f9504ffba2e2604338c243dd77c877bbb8162e4a (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 | ||