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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el [emacs-unicode-2]
Date: Tue, 10 Aug 2004 04:09:48 -0400

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.259.4.2 emacs/lisp/help.el:1.259.4.3
*** emacs/lisp/help.el:1.259.4.2        Mon Jun 28 07:28:40 2004
--- emacs/lisp/help.el  Tue Aug 10 07:46:38 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]