mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(c-mode-map): Use "C mode" for the menu bar item name.
This commit is contained in:
parent
513a650902
commit
c825792e64
@ -55,7 +55,7 @@
|
||||
(define-key c-mode-map [menu-bar] (make-sparse-keymap))
|
||||
|
||||
(define-key c-mode-map [menu-bar c]
|
||||
(cons "C" (make-sparse-keymap "C")))
|
||||
(cons "C mode" (make-sparse-keymap "C mode")))
|
||||
|
||||
(define-key c-mode-map [menu-bar c comment-region]
|
||||
'("Comment Out Region" . comment-region))
|
||||
|
Loading…
Reference in New Issue
Block a user