From: Eli Zaretskii Date: Sat, 27 Oct 2012 09:54:04 +0000 (+0200) Subject: Fix help-echo text in profiler-report-make-entry-part. X-Git-Tag: emacs-24.2.90~209^2~53 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d069271c256aa0b4e6bee71a5995c36d20030cd5;p=emacs.git 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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6e940ba0fa..d7349617d58 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-10-27 Eli Zaretskii + + * profiler.el (profiler-report-make-entry-part): Fix help-echo + text to match the real keybindings. + 2012-10-27 Juri Linkov * wdired.el (wdired-keep-marker-rename): New defcustom. diff --git a/lisp/profiler.el b/lisp/profiler.el index e9261eb1af7..38c0c0b83a7 100644 --- a/lisp/profiler.el +++ b/lisp/profiler.el @@ -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)))