# HG changeset patch # User Dan Nicolaescu # Date 1205686960 0 # Node ID d90ba9c4c0937bd18619f0f32f47254d0b1cfb16 # Parent 37e19c40840b5d4d36cf60871064573072a4483f Fix typos. diff -r 37e19c40840b -r d90ba9c4c093 lisp/emacs-lisp/lisp-mode.el --- 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