[Top][All Lists]
[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: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el,v |
Date: |
Wed, 19 Nov 2008 04:32:35 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Glenn Morris <gm> 08/11/19 04:32:35
Index: lisp-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/lisp-mode.el,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -b -r1.232 -r1.233
--- lisp-mode.el 7 Nov 2008 06:30:39 -0000 1.232
+++ lisp-mode.el 19 Nov 2008 04:32:35 -0000 1.233
@@ -291,17 +291,17 @@
(define-key menu-map [tracing] (cons "Tracing" tracing-map))
(define-key tracing-map [tr-a]
'(menu-item "Untrace all" untrace-all
- :help "Untraces all currently traced functions"))
+ :help "Untrace all currently traced functions"))
(define-key tracing-map [tr-uf]
'(menu-item "Untrace function..." untrace-function
- :help "Untraces FUNCTION and possibly activates all remaining
advice"))
+ :help "Untrace function, and possibly activate all remaining
advice"))
(define-key tracing-map [tr-sep] '("--"))
(define-key tracing-map [tr-q]
'(menu-item "Trace function quietly..." trace-function-background
:help "Trace the function with trace output going quietly to
a buffer"))
(define-key tracing-map [tr-f]
'(menu-item "Trace function..." trace-function
- :help "Trace the function given as a argument"))
+ :help "Trace the function given as an argument"))
(define-key menu-map [profiling] (cons "Profiling" prof-map))
(define-key prof-map [prof-restall]
'(menu-item "Remove Instrumentation for All Functions" elp-restore-all
- [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el,v, Martin Rudalics, 2008/11/02
- [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el,v, Chong Yidong, 2008/11/02
- [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el,v, Martin Rudalics, 2008/11/04
- [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el,v, Dan Nicolaescu, 2008/11/07
- [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el,v,
Glenn Morris <=