aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-02-21 18:24:22 +0000
committerLuc Teirlinck2004-02-21 18:24:22 +0000
commit7daa0e81c70f218ffde85b4f8eb672db25e352e2 (patch)
tree39643a38f28fe20bcc8b0a7d9ac02db7e7ae63ab
parentf8125c39dd43cc91abbbc3f584e2125136ce5f3e (diff)
downloademacs-7daa0e81c70f218ffde85b4f8eb672db25e352e2.tar.gz
emacs-7daa0e81c70f218ffde85b4f8eb672db25e352e2.zip
(Window System Selections): Add anchor.
-rw-r--r--lispref/ChangeLog2
-rw-r--r--lispref/frames.texi1
2 files changed, 3 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 6c97eff4551..9a39197f66f 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,5 +1,7 @@
12004-02-21 Luc Teirlinck <teirllm@auburn.edu> 12004-02-21 Luc Teirlinck <teirllm@auburn.edu>
2 2
3 * frames.texi (Window System Selections): Add anchor.
4
3 * syntax.texi (Syntax Table Functions): Clarify and correct 5 * syntax.texi (Syntax Table Functions): Clarify and correct
4 descriptions of make-syntax-table and copy-syntax-table. 6 descriptions of make-syntax-table and copy-syntax-table.
5 (Motion and Syntax): Clarify SYNTAXES argument to 7 (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}.
1503If omitted @var{n} defaults to 0. 1503If 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
1507This function stores @var{string} into the first cut buffer (cut buffer 1508This function stores @var{string} into the first cut buffer (cut buffer
15080). If @var{push} is @code{nil}, only the first cut buffer is changed. 15090). If @var{push} is @code{nil}, only the first cut buffer is changed.