]> code.delx.au - gnu-emacs/commitdiff
(menu-bar-tools-menu): Minor change in strings.
authorRichard M. Stallman <rms@gnu.org>
Fri, 25 Jul 2003 07:03:21 +0000 (07:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 25 Jul 2003 07:03:21 +0000 (07:03 +0000)
lisp/ChangeLog
lisp/menu-bar.el

index 4105055d3bcacfae96bab63129dfa21f12f0b27f..c85c6df1698577c9498bd068b1ec8a3c55c81d7c 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
+
+       * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
+
 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
 
        * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
index 783dbb9ec872217fe6d636a3b9a46b82157da588..da5def67510a911f6869f415732f2e6f55338e1e 100644 (file)
@@ -1085,8 +1085,8 @@ PROPS are additional properties."
   '(menu-item "Compile..." compile
              :help "Invoke compiler or Make, view compilation errors"))
 (define-key menu-bar-tools-menu [grep]
-  '(menu-item "Search Files (Grep)..." grep
-             :help "Search files for strings or regexps (with Grep)"))
+  '(menu-item "Search Files (with grep)..." grep
+             :help "Search files for strings or regexps (with grep)"))
 
 \f
 ;; The "Help" menu items