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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el
Date: Thu, 27 Dec 2001 21:11:59 -0500

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.237 emacs/lisp/help.el:1.238
*** emacs/lisp/help.el:1.237    Fri Dec 21 20:27:19 2001
--- emacs/lisp/help.el  Thu Dec 27 21:11:59 2001
***************
*** 461,467 ****
  
  
  (defun describe-key (key)
!   "Display documentation of the function invoked by KEY.  KEY is a string."
    (interactive "kDescribe key: ")
    (save-excursion
      (let ((modifiers (event-modifiers (aref key 0)))
--- 461,469 ----
  
  
  (defun describe-key (key)
!   "Display documentation of the function invoked by KEY.
! KEY should be a key sequence--when calling from a program,
! pass a string or a vector."
    (interactive "kDescribe key: ")
    (save-excursion
      (let ((modifiers (event-modifiers (aref key 0)))



reply via email to

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