comparison src/xselect.c @ 20524:07dc8bbcb2c8

(Fx_rotate_cut_buffers_internal): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Dec 1997 19:06:57 +0000
parents fb6a03e51808
children bcfd8b8cd42a
comparison
equal deleted inserted replaced
20523:376e39d748b9 20524:07dc8bbcb2c8
2166 } 2166 }
2167 2167
2168 2168
2169 DEFUN ("x-rotate-cut-buffers-internal", Fx_rotate_cut_buffers_internal, 2169 DEFUN ("x-rotate-cut-buffers-internal", Fx_rotate_cut_buffers_internal,
2170 Sx_rotate_cut_buffers_internal, 1, 1, 0, 2170 Sx_rotate_cut_buffers_internal, 1, 1, 0,
2171 "Rotate the values of the cut buffers by the given number of steps;\n\ 2171 "Rotate the values of the cut buffers by the given number of step.\n\
2172 positive means move values forward, negative means backward.") 2172 Positive means shift the values forward, negative means backward.")
2173 (n) 2173 (n)
2174 Lisp_Object n; 2174 Lisp_Object n;
2175 { 2175 {
2176 Window window; 2176 Window window;
2177 Atom props[8]; 2177 Atom props[8];