Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
92c70367
Commit
92c70367
authored
Feb 08, 2014
by
Lars Ingebrigtsen
Browse files
* help.el (describe-bindings): Doc fix.
Fixes: debbugs:9888
parent
7e34193f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/help.el
lisp/help.el
+2
-2
No files found.
lisp/ChangeLog
View file @
92c70367
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).
...
...
lisp/help.el
View file @
92c70367
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment