From b1a4cc6179318788657c6a041a2bf642ee25b256 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 2 Jul 1998 06:52:52 +0000 Subject: [PATCH] (menu-bar-kill-ring-save): Fix message typo. --- lisp/menu-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5