changeset 11068:d274f02fc4f1

(c-mode-map): Use "C-mode", not "C mode".
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Mar 1995 00:06:30 +0000
parents a73305d0a6b4
children ee94cf4fd05a
files lisp/progmodes/c-mode.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/c-mode.el	Sun Mar 19 21:11:13 1995 +0000
+++ b/lisp/progmodes/c-mode.el	Mon Mar 20 00:06:30 1995 +0000
@@ -53,8 +53,11 @@
 
 (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))