aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-07-25 07:03:21 +0000
committerRichard M. Stallman2003-07-25 07:03:21 +0000
commitee103a412e0797def95508e54f3aa4b98b446671 (patch)
tree7c500da42be9a560d7dc646f923f1a98aafd71e2
parentdf961c06b158307d9c2c5cb9f22c314b426db3b1 (diff)
downloademacs-ee103a412e0797def95508e54f3aa4b98b446671.tar.gz
emacs-ee103a412e0797def95508e54f3aa4b98b446671.zip
(menu-bar-tools-menu): Minor change in strings.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/menu-bar.el4
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 @@
12003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2
3 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
4
12003-07-23 Stefan Monnier <monnier@cs.yale.edu> 52003-07-23 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches. 7 * 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."
1085 '(menu-item "Compile..." compile 1085 '(menu-item "Compile..." compile
1086 :help "Invoke compiler or Make, view compilation errors")) 1086 :help "Invoke compiler or Make, view compilation errors"))
1087(define-key menu-bar-tools-menu [grep] 1087(define-key menu-bar-tools-menu [grep]
1088 '(menu-item "Search Files (Grep)..." grep 1088 '(menu-item "Search Files (with grep)..." grep
1089 :help "Search files for strings or regexps (with Grep)")) 1089 :help "Search files for strings or regexps (with grep)"))
1090 1090
1091 1091
1092;; The "Help" menu items 1092;; The "Help" menu items