emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el,v
Date: Sun, 16 Mar 2008 17:02:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/03/16 17:02:41

Index: lisp-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/lisp-mode.el,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -b -r1.214 -r1.215
--- lisp-mode.el        14 Mar 2008 16:09:39 -0000      1.214
+++ lisp-mode.el        16 Mar 2008 17:02:40 -0000      1.215
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]