summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-08-09 18:50:28 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-08-09 18:50:28 +0000
commitabca4ad75ac6ca35f8578da8fa429f659a636e1a (patch)
treeefcc7dc547b8acacdd65517f2e3d7642479d48c9 /lisp/help.el
parenta14b195b009cefe5591c1d630bd82a40f016ba23 (diff)
downloademacs-abca4ad75ac6ca35f8578da8fa429f659a636e1a.tar.gz
(describe-bindings): Doc fix.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index fc43d8db03d..52a772779a5 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -428,7 +428,8 @@ We put that list in a buffer, and display the buffer.
The optional argument PREFIX, if non-nil, should be a key sequence;
then we display only bindings that start with that prefix.
The optional argument BUFFER specifies which buffer's bindings
-to display (default, the current buffer)."
+to display (default, the current buffer). BUFFER can be a buffer
+or a buffer name."
(interactive)
(or buffer (setq buffer (current-buffer)))
(help-setup-xref (list #'describe-bindings prefix buffer) (interactive-p))