diff 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
line wrap: on
line diff
--- a/src/xselect.c	Tue Jul 22 19:24:18 2008 +0000
+++ b/src/xselect.c	Tue Jul 22 19:24:42 2008 +0000
@@ -2477,8 +2477,8 @@
 
 DEFUN ("x-rotate-cut-buffers-internal", Fx_rotate_cut_buffers_internal,
        Sx_rotate_cut_buffers_internal, 1, 1, 0,
-       doc: /* Rotate the values of the cut buffers by the given number of step.
-Positive means shift the values forward, negative means backward.  */)
+       doc: /* Rotate the values of the cut buffers by N steps.
+Positive N means shift the values forward, negative means backward.  */)
      (n)
      Lisp_Object n;
 {