X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e8757f091a502b858912a4c267210e009227d6e6..d351707783bbc9b42168d14f566dd63a8ecd9a1c:/lisp/profiler.el diff --git a/lisp/profiler.el b/lisp/profiler.el index 5e60595783..04a171a6cb 100644 --- a/lisp/profiler.el +++ b/lisp/profiler.el @@ -1,6 +1,6 @@ ;;; profiler.el --- UI and helper functions for Emacs's native profiler -*- lexical-binding: t -*- -;; Copyright (C) 2012 Free Software Foundation, Inc. +;; Copyright (C) 2012-2013 Free Software Foundation, Inc. ;; Author: Tomohiro Matsuyama ;; Keywords: lisp @@ -20,7 +20,7 @@ ;;; Commentary: -;; +;; See Info node `(elisp)Profiling'. ;;; Code: @@ -29,6 +29,7 @@ (defgroup profiler nil "Emacs profiler." :group 'lisp + :version "24.3" :prefix "profiler-") (defconst profiler-version "24.3") @@ -352,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)))