/[emacs]/emacs/lisp/help.el
ViewVC logotype

Diff of /emacs/lisp/help.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.250.2.5 by miles, Thu Apr 29 10:59:09 2004 UTC revision 1.250.2.6 by miles, Sat Sep 4 09:21:44 2004 UTC
# Line 428  We put that list in a buffer, and displa Line 428  We put that list in a buffer, and displa
428  The optional argument PREFIX, if non-nil, should be a key sequence;  The optional argument PREFIX, if non-nil, should be a key sequence;
429  then we display only bindings that start with that prefix.  then we display only bindings that start with that prefix.
430  The optional argument BUFFER specifies which buffer's bindings  The optional argument BUFFER specifies which buffer's bindings
431  to display (default, the current buffer)."  to display (default, the current buffer).  BUFFER can be a buffer
432    or a buffer name."
433    (interactive)    (interactive)
434    (or buffer (setq buffer (current-buffer)))    (or buffer (setq buffer (current-buffer)))
435    (help-setup-xref (list #'describe-bindings prefix buffer) (interactive-p))    (help-setup-xref (list #'describe-bindings prefix buffer) (interactive-p))

Legend:
Removed from v.1.250.2.5  
changed lines
  Added in v.1.250.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26