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:
parent
a864f6d690
commit
b0fb2dee9a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue