Mercurial > emacs
changeset 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 | 376e39d748b9 |
| children | 468f59c6c9bf |
| files | src/xselect.c |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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; {
