diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-08-09 18:50:28 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-08-09 18:50:28 +0000 |
commit | 0d7cc1b6ac95dd29c0bf33f94068d3fe4947215e (patch) | |
tree | 6ecc33568ac174a29d134e423f8f949837c886b8 /lisp/help.el | |
parent | 2587557836aaeb018a390ebe70556f0e8305138c (diff) | |
download | emacs-0d7cc1b6ac95dd29c0bf33f94068d3fe4947215e.tar.gz |
(describe-bindings): Doc fix.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 3 |
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)) |