]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-mode-map): Use "C-mode", not "C mode".
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Mar 1995 00:06:30 +0000 (00:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Mar 1995 00:06:30 +0000 (00:06 +0000)
lisp/progmodes/c-mode.el

index b0c962dcae13ae82ff9f14923077c490b57859ad..266cd330ca3e74fd7944ebff5d5bafcd1ec8f753 100644 (file)
 
 (define-key c-mode-map [menu-bar] (make-sparse-keymap))
 
+;; "C-mode" is not strictly the right punctuation--it should be "C
+;; mode"--but that would look like two menu items.  "C-mode" is the
+;; best alternative I can think of.
 (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))