diff options
| author | Chong Yidong | 2008-07-22 19:24:42 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-07-22 19:24:42 +0000 |
| commit | d41e3a6c13e5247a2287c85d3b655641acb7f782 (patch) | |
| tree | c57ea0419c9fe7c0a9371c739648e3f0eadfaa0e /src | |
| parent | 0d4e1b5f11dc60a4d0b376c4794493b99aa5460d (diff) | |
| download | emacs-d41e3a6c13e5247a2287c85d3b655641acb7f782.tar.gz emacs-d41e3a6c13e5247a2287c85d3b655641acb7f782.zip | |
(Fx_rotate_cut_buffers_internal): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xselect.c | 4 |
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 | ||
| 2478 | DEFUN ("x-rotate-cut-buffers-internal", Fx_rotate_cut_buffers_internal, | 2478 | DEFUN ("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. |
| 2481 | Positive means shift the values forward, negative means backward. */) | 2481 | Positive N means shift the values forward, negative means backward. */) |
| 2482 | (n) | 2482 | (n) |
| 2483 | Lisp_Object n; | 2483 | Lisp_Object n; |
| 2484 | { | 2484 | { |