comparison lispref/frames.texi @ 54118:7e1d7032e956

(Window System Selections): Add anchor.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 21 Feb 2004 18:23:10 +0000
parents c97510dccd0d
children c9aa4127a482
comparison
equal deleted inserted replaced
54117:50f96bf33cc4 54118:7e1d7032e956
1501 @defun x-get-cut-buffer &optional n 1501 @defun x-get-cut-buffer &optional n
1502 This function returns the contents of cut buffer number @var{n}. 1502 This function returns the contents of cut buffer number @var{n}.
1503 If omitted @var{n} defaults to 0. 1503 If omitted @var{n} defaults to 0.
1504 @end defun 1504 @end defun
1505 1505
1506 @anchor{Definition of x-set-cut-buffer}
1506 @defun x-set-cut-buffer string &optional push 1507 @defun x-set-cut-buffer string &optional push
1507 This function stores @var{string} into the first cut buffer (cut buffer 1508 This function stores @var{string} into the first cut buffer (cut buffer
1508 0). If @var{push} is @code{nil}, only the first cut buffer is changed. 1509 0). If @var{push} is @code{nil}, only the first cut buffer is changed.
1509 If @var{push} is non-@code{nil}, that says to move the values down 1510 If @var{push} is non-@code{nil}, that says to move the values down
1510 through the series of cut buffers, much like the way successive kills in 1511 through the series of cut buffers, much like the way successive kills in