Mercurial > emacs
diff src/xselect.c @ 20524:07dc8bbcb2c8
(Fx_rotate_cut_buffers_internal): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 28 Dec 1997 19:06:57 +0000 |
| parents | fb6a03e51808 |
| children | bcfd8b8cd42a |
line wrap: on
line diff
--- a/src/xselect.c Sat Dec 27 08:16:00 1997 +0000 +++ b/src/xselect.c Sun Dec 28 19:06:57 1997 +0000 @@ -2168,8 +2168,8 @@ 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; {
