summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-01-29 09:21:51 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-01-29 09:21:51 +0000
commit9f70c51d4668a9fb538da96fc02df74586315705 (patch)
tree4d167cc2e2284c3a4eb9da0bb4be8c2c637d44d4
parent51d891f0d194c2afd3234d140a329b67dad497bb (diff)
downloademacs-9f70c51d4668a9fb538da96fc02df74586315705.tar.gz
(x-set-cut-buffer): Fix docstring.
-rw-r--r--lisp/select.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/select.el b/lisp/select.el
index e0dc04ee3d0..63603a23330 100644
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -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.