diff options
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 25640042bb3..0311b300d7f 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el | |||
| @@ -289,10 +289,10 @@ | |||
| 289 | 289 | ||
| 290 | (define-key prof-map [sep-rem] '("--")) | 290 | (define-key prof-map [sep-rem] '("--")) |
| 291 | (define-key prof-map [prof-resall] | 291 | (define-key prof-map [prof-resall] |
| 292 | '(menu-item "Remove Instrumentation for All Functions" elp-reset-all | 292 | '(menu-item "Reset Counters for All Functions" elp-reset-all |
| 293 | :help "Reset the profiling information for all functions being profiled")) | 293 | :help "Reset the profiling information for all functions being profiled")) |
| 294 | (define-key prof-map [prof-resfunc] | 294 | (define-key prof-map [prof-resfunc] |
| 295 | '(menu-item "Remove Instrumentation for Function" elp-reset-function | 295 | '(menu-item "Reset Counters for Function" elp-reset-function |
| 296 | :help "Reset the profiling information for a function")) | 296 | :help "Reset the profiling information for a function")) |
| 297 | (define-key prof-map [prof-res] | 297 | (define-key prof-map [prof-res] |
| 298 | '(menu-item "Show Profiling Results" elp-results | 298 | '(menu-item "Show Profiling Results" elp-results |