changeset 22655:ca137a595698

(menu-bar-kill-ring-save): Fix message typo.
author Richard M. Stallman <rms@gnu.org>
date Thu, 02 Jul 1998 06:52:52 +0000
parents a9212d075e88
children e3dc0aa099e5
files lisp/menu-bar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/menu-bar.el	Wed Jul 01 07:16:28 1998 +0000
+++ b/lisp/menu-bar.el	Thu Jul 02 06:52:52 1998 +0000
@@ -280,7 +280,7 @@
 (defun menu-bar-kill-ring-save (beg end)
   (interactive "r")
   (if (mouse-region-match)
-      (message "Select a region with the mouse does `copy' automatically")
+      (message "Selecting a region with the mouse does `copy' automatically")
     (kill-ring-save beg end)))
 
 (put 'fill-region 'menu-enable '(and mark-active (not buffer-read-only)))