lisp/profiler.el (profiler-report-make-entry-part): Fix help-echo
text to match the real keybindings.
+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.
(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)))