diff options
| author | Luc Teirlinck | 2004-08-09 18:50:28 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-08-09 18:50:28 +0000 |
| commit | abca4ad75ac6ca35f8578da8fa429f659a636e1a (patch) | |
| tree | efcc7dc547b8acacdd65517f2e3d7642479d48c9 | |
| parent | a14b195b009cefe5591c1d630bd82a40f016ba23 (diff) | |
| download | emacs-abca4ad75ac6ca35f8578da8fa429f659a636e1a.tar.gz emacs-abca4ad75ac6ca35f8578da8fa429f659a636e1a.zip | |
(describe-bindings): Doc fix.
| -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. | |||
| 428 | The optional argument PREFIX, if non-nil, should be a key sequence; | 428 | The optional argument PREFIX, if non-nil, should be a key sequence; |
| 429 | then we display only bindings that start with that prefix. | 429 | then we display only bindings that start with that prefix. |
| 430 | The optional argument BUFFER specifies which buffer's bindings | 430 | The optional argument BUFFER specifies which buffer's bindings |
| 431 | to display (default, the current buffer)." | 431 | to display (default, the current buffer). BUFFER can be a buffer |
| 432 | or 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)) |