emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110687: Fix help-echo text in profil


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110687: Fix help-echo text in profiler-report-make-entry-part.
Date: Sat, 27 Oct 2012 11:54:04 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110687
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-10-27 11:54:04 +0200
message:
  Fix help-echo text in profiler-report-make-entry-part.
  
   lisp/profiler.el (profiler-report-make-entry-part): Fix help-echo
   text to match the real keybindings.
modified:
  lisp/ChangeLog
  lisp/profiler.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-10-27 09:17:14 +0000
+++ b/lisp/ChangeLog    2012-10-27 09:54:04 +0000
@@ -1,3 +1,8 @@
+2012-10-27  Eli Zaretskii  <address@hidden>
+
+       * profiler.el (profiler-report-make-entry-part): Fix help-echo
+       text to match the real keybindings.
+
 2012-10-27  Juri Linkov  <address@hidden>
 
        * wdired.el (wdired-keep-marker-rename): New defcustom.

=== modified file 'lisp/profiler.el'
--- a/lisp/profiler.el  2012-10-06 20:30:26 +0000
+++ b/lisp/profiler.el  2012-10-27 09:54:04 +0000
@@ -353,7 +353,9 @@
                  (propertize (symbol-name entry)
                              'face 'link
                              'mouse-face 'highlight
-                             'help-echo "mouse-2 or RET jumps to definition"))
+                             'help-echo "\
+mouse-2: jump to definition\n\
+RET: expand or collapse"))
                 (t
                  (profiler-format-entry entry)))))
     (propertize string 'profiler-entry entry)))


reply via email to

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