comparison lisp/emacs-lisp/lisp-mode.el @ 93008:d90ba9c4c093

Fix typos.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 16 Mar 2008 17:02:40 +0000
parents 9b852833cd26
children a155e008f7c7
comparison
equal deleted inserted replaced
93007:37e19c40840b 93008:d90ba9c4c093
287 '(menu-item "Remove Instrumentation for Function" elp-restore-function 287 '(menu-item "Remove Instrumentation for Function" elp-restore-function
288 :help "Restore an instrumented function to its original definition")) 288 :help "Restore an instrumented function to its original definition"))
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
299 :help "Display current profiling results")) 299 :help "Display current profiling results"))
300 (define-key prof-map [prof-pack] 300 (define-key prof-map [prof-pack]