From: Karl Heuer Date: Sat, 27 Sep 1997 16:06:15 +0000 (+0000) Subject: (compilation-mode-map): Use more meaningful menu name. X-Git-Tag: emacs-20.3~3073 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7933678bcbd76f80e244ea719a7ef63e555cc73d;p=emacs.git (compilation-mode-map): Use more meaningful menu name. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 474f271869a..cbb0a6dc086 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -794,7 +794,7 @@ exited abnormally with code %d\n" (define-key map [menu-bar compilation-menu compilation-separator2] '("----" . nil)) (define-key map [menu-bar compilation-menu compilation-mode-grep] - '("Grep" . grep)) + '("Search Files (grep)" . grep)) (define-key map [menu-bar compilation-menu compilation-mode-recompile] '("Recompile" . recompile)) (define-key map [menu-bar compilation-menu compilation-mode-compile]