diff options
| author | Richard M. Stallman | 1997-12-28 19:06:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-12-28 19:06:57 +0000 |
| commit | 88623f1c40765cc4caafc4b63a8ccc017e9be49f (patch) | |
| tree | 7bca9f9d87a66d5e71531d284dd80ae1420fb95a /src/xselect.c | |
| parent | 6dd05c14f27697dee875da38af03a950665998c2 (diff) | |
| download | emacs-88623f1c40765cc4caafc4b63a8ccc017e9be49f.tar.gz emacs-88623f1c40765cc4caafc4b63a8ccc017e9be49f.zip | |
(Fx_rotate_cut_buffers_internal): Doc fix.
Diffstat (limited to 'src/xselect.c')
| -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 caa8e6a55a2..090f49584ea 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -2168,8 +2168,8 @@ DEFUN ("x-store-cut-buffer-internal", Fx_store_cut_buffer_internal, | |||
| 2168 | 2168 | ||
| 2169 | DEFUN ("x-rotate-cut-buffers-internal", Fx_rotate_cut_buffers_internal, | 2169 | DEFUN ("x-rotate-cut-buffers-internal", Fx_rotate_cut_buffers_internal, |
| 2170 | Sx_rotate_cut_buffers_internal, 1, 1, 0, | 2170 | Sx_rotate_cut_buffers_internal, 1, 1, 0, |
| 2171 | "Rotate the values of the cut buffers by the given number of steps;\n\ | 2171 | "Rotate the values of the cut buffers by the given number of step.\n\ |
| 2172 | positive means move values forward, negative means backward.") | 2172 | Positive means shift the values forward, negative means backward.") |
| 2173 | (n) | 2173 | (n) |
| 2174 | Lisp_Object n; | 2174 | Lisp_Object n; |
| 2175 | { | 2175 | { |