diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-04-06 18:37:15 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-04-06 18:37:15 +0000 |
commit | 1b45944f1d759df307fa229e5e50092fc4973788 (patch) | |
tree | 8dcad055ffd09967f4d3e1f41721a0c32b3c987a /lisp/menu-bar.el | |
parent | f5029a89ab6000a381a098fa7659610daa5299f1 (diff) | |
download | emacs-1b45944f1d759df307fa229e5e50092fc4973788.tar.gz |
(menu-bar-tools-menu): Revert 2003-07-25 change.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 4 |
1 files 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 |