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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el
Date: Tue, 04 Feb 2003 06:23:24 -0500

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.255 emacs/lisp/help.el:1.256
*** emacs/lisp/help.el:1.255    Mon Jan 13 03:04:46 2003
--- emacs/lisp/help.el  Tue Feb  4 06:23:23 2003
***************
*** 483,489 ****
        (if (equal string otherstring)
            string
          (format "%s (translated from %s)" string otherstring))))))
!         
  (defun describe-key-briefly (key &optional insert untranslated)
    "Print the name of the function KEY invokes.  KEY is a string.
  If INSERT (the prefix arg) is non-nil, insert the message in the buffer.
--- 483,489 ----
        (if (equal string otherstring)
            string
          (format "%s (translated from %s)" string otherstring))))))
! 
  (defun describe-key-briefly (key &optional insert untranslated)
    "Print the name of the function KEY invokes.  KEY is a string.
  If INSERT (the prefix arg) is non-nil, insert the message in the buffer.




reply via email to

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