From: Richard M. Stallman Date: Thu, 2 Jul 1998 06:52:52 +0000 (+0000) Subject: (menu-bar-kill-ring-save): Fix message typo. X-Git-Tag: emacs-20.3~424 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1a4cc6179318788657c6a041a2bf642ee25b256;p=emacs.git (menu-bar-kill-ring-save): Fix message typo. --- diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index b18795074c2..c75f92bc623 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -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)))