emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el
Date: Tue, 10 Aug 2004 23:47:52 -0400

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.264 emacs/lisp/help.el:1.265
*** emacs/lisp/help.el:1.264    Tue Apr 27 06:35:25 2004
--- emacs/lisp/help.el  Mon Aug  9 18:50:28 2004
***************
*** 428,434 ****
  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)."
    (interactive)
    (or buffer (setq buffer (current-buffer)))
    (help-setup-xref (list #'describe-bindings prefix buffer) (interactive-p))
--- 428,435 ----
  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).  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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]