1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00

(Window System Selections): Add anchor.

This commit is contained in:
Luc Teirlinck 2004-02-21 18:24:22 +00:00
parent f8125c39dd
commit 7daa0e81c7
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2004-02-21 Luc Teirlinck <teirllm@auburn.edu>
* frames.texi (Window System Selections): Add anchor.
* syntax.texi (Syntax Table Functions): Clarify and correct
descriptions of make-syntax-table and copy-syntax-table.
(Motion and Syntax): Clarify SYNTAXES argument to

View file

@ -1503,6 +1503,7 @@ This function returns the contents of cut buffer number @var{n}.
If omitted @var{n} defaults to 0.
@end defun
@anchor{Definition of x-set-cut-buffer}
@defun x-set-cut-buffer string &optional push
This function stores @var{string} into the first cut buffer (cut buffer
0). If @var{push} is @code{nil}, only the first cut buffer is changed.