aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-07-02 06:52:52 +0000
committerRichard M. Stallman <[email protected]>1998-07-02 06:52:52 +0000
commitb1a4cc6179318788657c6a041a2bf642ee25b256 (patch)
tree4fa03782d0a0a98fb62ad9b6972d64f685a96068 /lisp
parenteb9386bbb8f04365105e481fbc1911595ec3d226 (diff)
(menu-bar-kill-ring-save): Fix message typo.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/menu-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index b18795074c..c75f92bc62 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)))