# HG changeset patch # User Luc Teirlinck # Date 1092077428 0 # Node ID 4ea7f10f1b5348a885aeb38b744940b447d9219f # Parent e8b05868f298bd226ed06a7d762ddd5a3f225645 (describe-bindings): Doc fix. diff -r e8b05868f298 -r 4ea7f10f1b53 lisp/help.el --- 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))