import xemacs-21.2.37
[chise/xemacs-chise.git.1] / lisp / x-mouse.el
index 2d57100..3db5e6c 100644 (file)
@@ -40,7 +40,7 @@
 
 (defun x-mouse-kill (event)
   "Kill the text between the point and mouse and copy it to the clipboard and
-to the cut buffer"
+to the cut buffer."
   (interactive "@e")
   (let ((old-point (point)))
     (mouse-set-point event)