From: Luc Teirlinck Date: Sat, 21 Feb 2004 18:24:22 +0000 (+0000) Subject: (Window System Selections): Add anchor. X-Git-Tag: ttn-vms-21-2-B4~7492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7daa0e81c70f218ffde85b4f8eb672db25e352e2;p=emacs.git (Window System Selections): Add anchor. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 6c97eff4551..9a39197f66f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,7 @@ 2004-02-21 Luc Teirlinck + * 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 diff --git a/lispref/frames.texi b/lispref/frames.texi index 02cc1e68f8d..0be4c525822 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -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.