]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-kill-ring-save): Fix message typo.
authorRichard M. Stallman <rms@gnu.org>
Thu, 2 Jul 1998 06:52:52 +0000 (06:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 2 Jul 1998 06:52:52 +0000 (06:52 +0000)
lisp/menu-bar.el

index b18795074c2b4cf42ea6eb405f79968f61eee6d6..c75f92bc623dfd103cc4ba71d0ffe0e073c2c601 100644 (file)
@@ -280,7 +280,7 @@ A large number or nil slows down menu responsiveness."
 (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)))