# HG changeset patch # User Richard M. Stallman # Date 883336017 0 # Node ID 07dc8bbcb2c850bbd53d2e4a09be39aa173bf5df # Parent 376e39d748b9cdf78eed6d2879f999dc4013b206 (Fx_rotate_cut_buffers_internal): Doc fix. diff -r 376e39d748b9 -r 07dc8bbcb2c8 src/xselect.c --- a/src/xselect.c Sat Dec 27 08:16:00 1997 +0000 +++ b/src/xselect.c Sun Dec 28 19:06:57 1997 +0000 @@ -2168,8 +2168,8 @@ DEFUN ("x-rotate-cut-buffers-internal", Fx_rotate_cut_buffers_internal, Sx_rotate_cut_buffers_internal, 1, 1, 0, - "Rotate the values of the cut buffers by the given number of steps;\n\ -positive means move values forward, negative means backward.") + "Rotate the values of the cut buffers by the given number of step.\n\ +Positive means shift the values forward, negative means backward.") (n) Lisp_Object n; {