Mercurial > emacs
changeset 93008:d90ba9c4c093
Fix typos.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 16 Mar 2008 17:02:40 +0000 |
parents | 37e19c40840b |
children | 5af8822703da |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Sun Mar 16 11:24:35 2008 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Sun Mar 16 17:02:40 2008 +0000 @@ -289,10 +289,10 @@ (define-key prof-map [sep-rem] '("--")) (define-key prof-map [prof-resall] - '(menu-item "Remove Instrumentation for All Functions" elp-reset-all + '(menu-item "Reset Counters for All Functions" elp-reset-all :help "Reset the profiling information for all functions being profiled")) (define-key prof-map [prof-resfunc] - '(menu-item "Remove Instrumentation for Function" elp-reset-function + '(menu-item "Reset Counters for Function" elp-reset-function :help "Reset the profiling information for a function")) (define-key prof-map [prof-res] '(menu-item "Show Profiling Results" elp-results