]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-set-cut-buffer): Fix docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jan 2003 09:21:51 +0000 (09:21 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jan 2003 09:21:51 +0000 (09:21 +0000)
lisp/select.el

index e0dc04ee3d07173ee59d901685117cb9ca9d82d1..63603a23330e68bcb9fc4164339d0217b8c88270 100644 (file)
@@ -117,7 +117,7 @@ Cut buffers are considered obsolete; you should use selections instead."
 (defun x-set-cut-buffer (string &optional push)
   "Store STRING into the X server's primary cut buffer.
 If PUSH is non-nil, also rotate the cut buffers:
-this means the previous value of the primary cut buffer moves the second
+this means the previous value of the primary cut buffer moves to the second
 cut buffer, and the second to the third, and so on (there are 8 buffers.)
 Cut buffers are considered obsolete; you should use selections instead."
   ;; Check the data type of STRING.