From abca4ad75ac6ca35f8578da8fa429f659a636e1a Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 9 Aug 2004 18:50:28 +0000 Subject: (describe-bindings): Doc fix. --- lisp/help.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/help.el b/lisp/help.el index fc43d8db03..52a772779a 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)) -- cgit v1.2.3