* help.el (describe-bindings): Doc fix.
Fixes: debbugs:9888
This commit is contained in:
parent
7e34193f01
commit
92c70367ff
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* help.el (describe-bindings): Doc fix (bug#9888).
|
||||
|
||||
* files.el (save-buffer): Use ARG as the parameter name for
|
||||
consistency (bug#10346).
|
||||
(save-buffer): Clarify the 0 argument (bug#10346).
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue