]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-mode-map): Capitalize Mode in C Mode menu bar item.
authorRichard M. Stallman <rms@gnu.org>
Wed, 12 Oct 1994 07:23:06 +0000 (07:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 12 Oct 1994 07:23:06 +0000 (07:23 +0000)
lisp/progmodes/c-mode.el

index 37976d38d5bbac7850214cabb29856c28c32677f..da04930e12bb62c024859f79f04c3f554fa295b6 100644 (file)
@@ -55,7 +55,7 @@
 (define-key c-mode-map [menu-bar] (make-sparse-keymap))
 
 (define-key c-mode-map [menu-bar c]
-  (cons "C mode" (make-sparse-keymap "C mode")))
+  (cons "C Mode" (make-sparse-keymap "C Mode")))
 
 (define-key c-mode-map [menu-bar c comment-region]
   '("Comment Out Region" . comment-region))