diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-06-23 16:40:04 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-06-23 16:40:04 +0000 |
commit | 7baeca0c0e02d0c442b112573f9845b4a0cc38c0 (patch) | |
tree | 7d23c0b66dd6f8dee440ef98562a8b6e5ce689ec /lispref/frames.texi | |
parent | facf1bca12f4be8f6846f3073f76d524d15c7c41 (diff) | |
download | emacs-7baeca0c0e02d0c442b112573f9845b4a0cc38c0.tar.gz |
Reposition @anchor's.
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r-- | lispref/frames.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index 0be4c525822..fe3bca7c119 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -1503,8 +1503,8 @@ 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 +@anchor{Definition of x-set-cut-buffer} 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. If @var{push} is non-@code{nil}, that says to move the values down @@ -1793,8 +1793,8 @@ This function returns @code{t} if the screen can display shades of gray. (All color displays can do this.) @end defun -@anchor{Display Face Attribute Testing} @defun display-supports-face-attributes-p attributes &optional display +@anchor{Display Face Attribute Testing} @tindex display-supports-face-attributes-p This function returns non-@code{nil} if all the face attributes in @var{attributes} are supported (@pxref{Face Attributes}). |