Mercurial > emacs
changeset 96904:c6085f866ccd
(Fx_rotate_cut_buffers_internal): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 22 Jul 2008 19:24:42 +0000 |
parents | 036da5ef4301 |
children | 43f0edb65a25 |
files | src/xselect.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xselect.c Tue Jul 22 19:24:18 2008 +0000 +++ b/src/xselect.c Tue Jul 22 19:24:42 2008 +0000 @@ -2477,8 +2477,8 @@ 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; {