From d069271c256aa0b4e6bee71a5995c36d20030cd5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 27 Oct 2012 11:54:04 +0200 Subject: [PATCH] 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. --- lisp/ChangeLog | 5 +++++ lisp/profiler.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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))) -- 2.39.2