emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116374: * help.el (describe-bindings): Doc fix.


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116374: * help.el (describe-bindings): Doc fix.
Date: Sun, 09 Feb 2014 06:02:47 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116374
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/9888
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 22:01:33 -0800
message:
  * help.el (describe-bindings): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/help.el                   help.el-20091113204419-o5vbwnq5f7feedwu-280
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-09 05:32:41 +0000
+++ b/lisp/ChangeLog    2014-02-09 06:01:33 +0000
@@ -1,5 +1,7 @@
 2014-02-09  Lars Ingebrigtsen  <address@hidden>
 
+       * 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).

=== modified file 'lisp/help.el'
--- a/lisp/help.el      2014-01-30 02:40:19 +0000
+++ b/lisp/help.el      2014-02-09 06:01:33 +0000
@@ -472,8 +472,8 @@
 ;; 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]