aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-08-09 18:50:28 +0000
committerLuc Teirlinck2004-08-09 18:50:28 +0000
commitabca4ad75ac6ca35f8578da8fa429f659a636e1a (patch)
treeefcc7dc547b8acacdd65517f2e3d7642479d48c9
parenta14b195b009cefe5591c1d630bd82a40f016ba23 (diff)
downloademacs-abca4ad75ac6ca35f8578da8fa429f659a636e1a.tar.gz
emacs-abca4ad75ac6ca35f8578da8fa429f659a636e1a.zip
(describe-bindings): Doc fix.
-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.
428The optional argument PREFIX, if non-nil, should be a key sequence; 428The optional argument PREFIX, if non-nil, should be a key sequence;
429then we display only bindings that start with that prefix. 429then we display only bindings that start with that prefix.
430The optional argument BUFFER specifies which buffer's bindings 430The optional argument BUFFER specifies which buffer's bindings
431to display (default, the current buffer)." 431to display (default, the current buffer). BUFFER can be a buffer
432or a buffer name."
432 (interactive) 433 (interactive)
433 (or buffer (setq buffer (current-buffer))) 434 (or buffer (setq buffer (current-buffer)))
434 (help-setup-xref (list #'describe-bindings prefix buffer) (interactive-p)) 435 (help-setup-xref (list #'describe-bindings prefix buffer) (interactive-p))