diff options
| author | Dan Nicolaescu | 2008-03-16 17:02:40 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-03-16 17:02:40 +0000 |
| commit | b0fb2dee9aa02975c5367bdb6e4f5a22b12d4f41 (patch) | |
| tree | 5e2be1f5593d2b73c2fba2b1da1681c47ae84966 | |
| parent | a864f6d690ff51e210ac11cd2e487ebba7dbb1c4 (diff) | |
| download | emacs-b0fb2dee9aa02975c5367bdb6e4f5a22b12d4f41.tar.gz emacs-b0fb2dee9aa02975c5367bdb6e4f5a22b12d4f41.zip | |
Fix typos.
| -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 |