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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el [lexbind]
Date: Sat, 04 Sep 2004 05:52:27 -0400

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.250.2.5 emacs/lisp/help.el:1.250.2.6
*** emacs/lisp/help.el:1.250.2.5        Thu Apr 29 10:59:09 2004
--- emacs/lisp/help.el  Sat Sep  4 09:21:44 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]