From 1b45944f1d759df307fa229e5e50092fc4973788 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 6 Apr 2007 18:37:15 +0000 Subject: [PATCH] (menu-bar-tools-menu): Revert 2003-07-25 change. --- lisp/menu-bar.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index fa86d96da7a..7ad91dffa9f 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1201,8 +1201,8 @@ mail status in mode line")) '(menu-item "Compile..." compile :help "Invoke compiler or Make, view compilation errors")) (define-key menu-bar-tools-menu [grep] - '(menu-item "Search Files (with grep)..." grep - :help "Search files for strings or regexps (with grep)")) + '(menu-item "Search Files (Grep)..." grep + :help "Search files for strings or regexps (with Grep)")) ;; The "Help" menu items -- 2.39.5