From ee103a412e0797def95508e54f3aa4b98b446671 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 25 Jul 2003 07:03:21 +0000 Subject: [PATCH] (menu-bar-tools-menu): Minor change in strings. --- lisp/ChangeLog | 4 ++++ lisp/menu-bar.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.2