(Fx_rotate_cut_buffers_internal): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 22 Jul 2008 19:24:42 +0000 (19:24 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 22 Jul 2008 19:24:42 +0000 (19:24 +0000)
src/xselect.c

index c9e6c4d..f2c4ae7 100644 (file)
@@ -2477,8 +2477,8 @@ DEFUN ("x-store-cut-buffer-internal", Fx_store_cut_buffer_internal,
 
 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 means shift the values forward, negative means backward.  */)
      (n)
      Lisp_Object n;
 {