From: Juanma Barranquero Date: Wed, 29 Jan 2003 09:21:51 +0000 (+0000) Subject: (x-set-cut-buffer): Fix docstring. X-Git-Tag: emacs-pretest-21.2.95~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9f70c51d4668a9fb538da96fc02df74586315705;p=emacs.git (x-set-cut-buffer): Fix docstring. --- 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.