X-rotate-cut-buffers

Name

X-rotate-cut-buffers -- Rotate the X cut buffers by N positions.

Synopsis

(X-rotate-cut-buffers n)

Description

Rotate the X cut buffers by n positions. This means buffer 0 becomes buffer n, buffer 1 becomes n + 1 mod 8, and so on. This cut buffer numbering is global to the display.

Implementation Notes

Module: Built-in Primitive

Defined in src/miscprocs.c at line 379 (CVS log)