]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 16 Mar 2008 17:02:40 +0000 (17:02 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 16 Mar 2008 17:02:40 +0000 (17:02 +0000)
lisp/emacs-lisp/lisp-mode.el

index 25640042bb316b1f564e940f327108c71fb89044..0311b300d7f5d7a5c44df3a1580289467896a11c 100644 (file)
 
     (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