1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* help.el (describe-bindings): Doc fix.

Fixes: debbugs:9888
This commit is contained in:
Lars Ingebrigtsen 2014-02-08 22:01:33 -08:00
parent 7e34193f01
commit 92c70367ff
2 changed files with 4 additions and 2 deletions

View file

@ -472,8 +472,8 @@ To record all your input on a file, use `open-dribble-file'."
;; Key bindings
(defun describe-bindings (&optional prefix buffer)
"Show a list of all defined keys, and their definitions.
We put that list in a buffer, and display the buffer.
"Display a buffer showing a list of all defined keys, and their definitions.
The keys are displayed in order of precedence.
The optional argument PREFIX, if non-nil, should be a key sequence;
then we display only bindings that start with that prefix.