aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2008-07-22 19:24:42 +0000
committerChong Yidong2008-07-22 19:24:42 +0000
commitd41e3a6c13e5247a2287c85d3b655641acb7f782 (patch)
treec57ea0419c9fe7c0a9371c739648e3f0eadfaa0e /src
parent0d4e1b5f11dc60a4d0b376c4794493b99aa5460d (diff)
downloademacs-d41e3a6c13e5247a2287c85d3b655641acb7f782.tar.gz
emacs-d41e3a6c13e5247a2287c85d3b655641acb7f782.zip
(Fx_rotate_cut_buffers_internal): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/xselect.c4
1 files changed, 2 insertions, 2 deletions
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,
2477 2477
2478DEFUN ("x-rotate-cut-buffers-internal", Fx_rotate_cut_buffers_internal, 2478DEFUN ("x-rotate-cut-buffers-internal", Fx_rotate_cut_buffers_internal,
2479 Sx_rotate_cut_buffers_internal, 1, 1, 0, 2479 Sx_rotate_cut_buffers_internal, 1, 1, 0,
2480 doc: /* Rotate the values of the cut buffers by the given number of step. 2480 doc: /* Rotate the values of the cut buffers by N steps.
2481Positive means shift the values forward, negative means backward. */) 2481Positive N means shift the values forward, negative means backward. */)
2482 (n) 2482 (n)
2483 Lisp_Object n; 2483 Lisp_Object n;
2484{ 2484{