diff options
Diffstat (limited to 'lisp/help.el')
| -rw-r--r-- | lisp/help.el | 4 | 
1 files changed, 2 insertions, 2 deletions
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.  | 
