From 9f70c51d4668a9fb538da96fc02df74586315705 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 29 Jan 2003 09:21:51 +0000 Subject: [PATCH] (x-set-cut-buffer): Fix docstring. --- lisp/select.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5