From c5c170d083ec3b6ba386d676afccd08dc5a25a0e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 20 Mar 1995 00:06:30 +0000 Subject: [PATCH] (c-mode-map): Use "C-mode", not "C mode". --- lisp/progmodes/c-mode.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index b0c962dcae1..266cd330ca3 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el @@ -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)) -- 2.39.5