]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-bindings): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 9 Aug 2004 18:50:28 +0000 (18:50 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 9 Aug 2004 18:50:28 +0000 (18:50 +0000)
lisp/help.el

index fc43d8db03d2227a74cc705385eda44b5aed047f..52a772779a5d1a03628e1115067d4b61acfc9e97 100644 (file)
@@ -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))