1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(menu-bar-tools-menu): Revert 2003-07-25 change.

This commit is contained in:
Chong Yidong 2007-04-06 18:37:15 +00:00
parent f5029a89ab
commit 1b45944f1d

View File

@ -1201,8 +1201,8 @@ mail status in mode line"))
'(menu-item "Compile..." compile '(menu-item "Compile..." compile
:help "Invoke compiler or Make, view compilation errors")) :help "Invoke compiler or Make, view compilation errors"))
(define-key menu-bar-tools-menu [grep] (define-key menu-bar-tools-menu [grep]
'(menu-item "Search Files (with grep)..." grep '(menu-item "Search Files (Grep)..." grep
:help "Search files for strings or regexps (with grep)")) :help "Search files for strings or regexps (with Grep)"))
;; The "Help" menu items ;; The "Help" menu items