From: Richard M. Stallman Date: Sun, 28 Dec 1997 19:06:57 +0000 (+0000) Subject: (Fx_rotate_cut_buffers_internal): Doc fix. X-Git-Tag: emacs-20.3~2550 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88623f1c40765cc4caafc4b63a8ccc017e9be49f;p=emacs.git (Fx_rotate_cut_buffers_internal): Doc fix. --- diff --git a/src/xselect.c b/src/xselect.c index caa8e6a55a2..090f49584ea 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -2168,8 +2168,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, - "Rotate the values of the cut buffers by the given number of steps;\n\ -positive means move values forward, negative means backward.") + "Rotate the values of the cut buffers by the given number of step.\n\ +Positive means shift the values forward, negative means backward.") (n) Lisp_Object n; {