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.
This commit is contained in:
Eli Zaretskii 2012-10-27 11:54:04 +02:00
parent e2f022a3fa
commit d069271c25
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-10-27 Eli Zaretskii <eliz@gnu.org>
* profiler.el (profiler-report-make-entry-part): Fix help-echo
text to match the real keybindings.
2012-10-27 Juri Linkov <juri@jurta.org>
* wdired.el (wdired-keep-marker-rename): New defcustom.

View file

@ -353,7 +353,9 @@ this variable directly.")
(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)))