diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-07-25 07:03:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-07-25 07:03:21 +0000 |
commit | ee103a412e0797def95508e54f3aa4b98b446671 (patch) | |
tree | 7c500da42be9a560d7dc646f923f1a98aafd71e2 /lisp/menu-bar.el | |
parent | df961c06b158307d9c2c5cb9f22c314b426db3b1 (diff) | |
download | emacs-ee103a412e0797def95508e54f3aa4b98b446671.tar.gz |
(menu-bar-tools-menu): Minor change in strings.
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 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 |