emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog emacs-lisp/lisp-mode.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog emacs-lisp/lisp-mode.el
Date: Fri, 11 Dec 2009 01:20:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/12/11 01:20:12

Modified files:
        lisp           : ChangeLog 
        lisp/emacs-lisp: lisp-mode.el 

Log message:
        (emacs-lisp-mode-map): Standardize the capitalization of some menu 
entries.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16884&r2=1.16885
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emacs-lisp/lisp-mode.el?cvsroot=emacs&r1=1.253&r2=1.254

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16884
retrieving revision 1.16885
diff -u -b -r1.16884 -r1.16885
--- ChangeLog   11 Dec 2009 01:04:55 -0000      1.16884
+++ ChangeLog   11 Dec 2009 01:20:04 -0000      1.16885
@@ -1,3 +1,8 @@
+2009-12-11  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
+       capitalization of some menu entries.
+
 2009-12-10  Vinicius Jose Latorre  <address@hidden>
 
        * whitespace.el (whitespace-display-char-on): Asure

Index: emacs-lisp/lisp-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/lisp-mode.el,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -b -r1.253 -r1.254
--- emacs-lisp/lisp-mode.el     7 Dec 2009 20:06:31 -0000       1.253
+++ emacs-lisp/lisp-mode.el     11 Dec 2009 01:20:11 -0000      1.254
@@ -296,17 +296,17 @@
                  :help ,(purecopy "Construct a regexp interactively")))
     (define-key menu-map [tracing] (cons (purecopy "Tracing") tracing-map))
     (define-key tracing-map [tr-a]
-      `(menu-item ,(purecopy "Untrace all") untrace-all
+      `(menu-item ,(purecopy "Untrace All") untrace-all
                  :help ,(purecopy "Untrace all currently traced functions")))
     (define-key tracing-map [tr-uf]
       `(menu-item ,(purecopy "Untrace function...") untrace-function
                  :help ,(purecopy "Untrace function, and possibly activate all 
remaining advice")))
     (define-key tracing-map [tr-sep] menu-bar-separator)
     (define-key tracing-map [tr-q]
-      `(menu-item ,(purecopy "Trace function quietly...") 
trace-function-background
+      `(menu-item ,(purecopy "Trace Function Quietly...") 
trace-function-background
                  :help ,(purecopy "Trace the function with trace output going 
quietly to a buffer")))
     (define-key tracing-map [tr-f]
-      `(menu-item ,(purecopy "Trace function...") trace-function
+      `(menu-item ,(purecopy "Trace Function...") trace-function
                  :help ,(purecopy "Trace the function given as an argument")))
     (define-key menu-map [profiling] (cons (purecopy "Profiling") prof-map))
     (define-key prof-map [prof-restall]
@@ -351,16 +351,16 @@
                  :keys ,(purecopy "C-u C-M-x")))
     (define-key menu-map [separator-byte] menu-bar-separator)
     (define-key menu-map [disas]
-      `(menu-item ,(purecopy "Disassemble byte compiled object...") disassemble
+      `(menu-item ,(purecopy "Disassemble Byte Compiled Object...") disassemble
                  :help ,(purecopy "Print disassembled code for OBJECT in a 
buffer")))
     (define-key menu-map [byte-recompile]
       `(menu-item ,(purecopy "Byte-recompile Directory...") 
byte-recompile-directory
                  :help ,(purecopy "Recompile every `.el' file in DIRECTORY 
that needs recompilation")))
     (define-key menu-map [emacs-byte-compile-and-load]
-      `(menu-item ,(purecopy "Byte-compile And Load") 
emacs-lisp-byte-compile-and-load
+      `(menu-item ,(purecopy "Byte-compile and Load") 
emacs-lisp-byte-compile-and-load
                  :help ,(purecopy "Byte-compile the current file (if it has 
changed), then load compiled code")))
     (define-key menu-map [byte-compile]
-      `(menu-item ,(purecopy "Byte-compile This File") emacs-lisp-byte-compile
+      `(menu-item ,(purecopy "Byte-compile this File") emacs-lisp-byte-compile
                  :help ,(purecopy "Byte compile the file containing the 
current buffer")))
     (define-key menu-map [separator-eval] menu-bar-separator)
     (define-key menu-map [ielm]




reply via email to

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