From: Chong Yidong Date: Tue, 22 Jul 2008 19:24:42 +0000 (+0000) Subject: (Fx_rotate_cut_buffers_internal): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~3986 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d41e3a6c13e5247a2287c85d3b655641acb7f782;p=emacs.git (Fx_rotate_cut_buffers_internal): Doc fix. --- diff --git a/src/xselect.c b/src/xselect.c index c9e6c4dcadc..f2c4ae79b6a 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -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 N means shift the values forward, negative means backward. */) (n) Lisp_Object n; {