1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-08 07:20:28 -08:00

Fix typos.

This commit is contained in:
Dan Nicolaescu 2008-03-16 17:02:40 +00:00
parent a864f6d690
commit b0fb2dee9a

View file

@ -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