From: Richard M. Stallman Date: Fri, 25 Jul 2003 07:03:21 +0000 (+0000) Subject: (menu-bar-tools-menu): Minor change in strings. X-Git-Tag: ttn-vms-21-2-B4~9235 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee103a412e0797def95508e54f3aa4b98b446671;p=emacs.git (menu-bar-tools-menu): Minor change in strings. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4105055d3bc..c85c6df1698 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-07-25 Kevin Rodgers (tiny change) + + * menu-bar.el (menu-bar-tools-menu): Minor change in strings. + 2003-07-23 Stefan Monnier * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches. diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 783dbb9ec87..da5def67510 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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)")) ;; The "Help" menu items