comparison src/xselect.c @ 96904:c6085f866ccd

(Fx_rotate_cut_buffers_internal): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 22 Jul 2008 19:24:42 +0000
parents 43fea43f47a2
children 840bd675fd85
comparison
equal deleted inserted replaced
96903:036da5ef4301 96904:c6085f866ccd
2475 } 2475 }
2476 2476
2477 2477
2478 DEFUN ("x-rotate-cut-buffers-internal", Fx_rotate_cut_buffers_internal, 2478 DEFUN ("x-rotate-cut-buffers-internal", Fx_rotate_cut_buffers_internal,
2479 Sx_rotate_cut_buffers_internal, 1, 1, 0, 2479 Sx_rotate_cut_buffers_internal, 1, 1, 0,
2480 doc: /* Rotate the values of the cut buffers by the given number of step. 2480 doc: /* Rotate the values of the cut buffers by N steps.
2481 Positive means shift the values forward, negative means backward. */) 2481 Positive N means shift the values forward, negative means backward. */)
2482 (n) 2482 (n)
2483 Lisp_Object n; 2483 Lisp_Object n;
2484 { 2484 {
2485 Window window; 2485 Window window;
2486 Atom props[8]; 2486 Atom props[8];