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: Fri, 15 Feb 2002 14:59:26 -0500

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.244 emacs/lisp/help.el:1.245
*** emacs/lisp/help.el:1.244    Wed Feb  6 18:03:56 2002
--- emacs/lisp/help.el  Fri Feb 15 14:59:25 2002
***************
*** 477,487 ****
            (key-desc (key-description key)))
        (if (or (null defn) (integerp defn))
            (princ (format "%s is undefined" key-desc))
!         (princ (format (if insert
!                            "`%s' (`%s')"
!                          (if (windowp window)
!                              "%s at that spot runs the command %s"
!                            "%s runs the command %s"))
                         key-desc
                         (if (symbolp defn) defn (prin1-to-string defn)))))))))
  
--- 477,485 ----
            (key-desc (key-description key)))
        (if (or (null defn) (integerp defn))
            (princ (format "%s is undefined" key-desc))
!         (princ (format (if (windowp window)
!                            "%s at that spot runs the command %s"
!                          "%s runs the command %s")
                         key-desc
                         (if (symbolp defn) defn (prin1-to-string defn)))))))))
  



reply via email to

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