diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-08 22:01:33 -0800 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2014-02-08 22:01:33 -0800 |
commit | 92c70367ffea001fc450400722e9fa84994f5b4e (patch) | |
tree | c4002f548ac6425ab52cc1697e568082a1165acc /lisp | |
parent | 7e34193f01301388dad73bb0d4f9d227b2309092 (diff) | |
download | emacs-92c70367ffea001fc450400722e9fa84994f5b4e.tar.gz |
* help.el (describe-bindings): Doc fix.
Fixes: debbugs:9888
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/help.el | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c7ab63e506e..39d4a83033d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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). diff --git a/lisp/help.el b/lisp/help.el index 5e32492ffb7..b2ccc93682d 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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. |