Mercurial > emacs
changeset 56637:4ea7f10f1b53
(describe-bindings): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 09 Aug 2004 18:50:28 +0000 |
parents | e8b05868f298 |
children | 06f73d0f89d0 |
files | lisp/help.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Mon Aug 09 18:48:23 2004 +0000 +++ b/lisp/help.el Mon Aug 09 18:50:28 2004 +0000 @@ -428,7 +428,8 @@ 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))