aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2008-10-21 11:27:40 +0000
committerEli Zaretskii <[email protected]>2008-10-21 11:27:40 +0000
commit73b7530a7eac4ac26ec5f81b8e8727fec23a4402 (patch)
tree3ae64dd7c10dbf9c7c49ee7d9acc79c8a31ac7f1 /doc/lispref/frames.texi
parentef164dbc4ee9992f9a42a3ddc77d77a44abaea8f (diff)
(Color Names): Add an xref to `read-color'.
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index aea62effcd..f8b13d64b0 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1819,6 +1819,9 @@ valid, and what they look like. In some cases, the value depends on the
@dfn{selected frame}, as described below; see @ref{Input Focus}, for the
meaning of the term ``selected frame.''
+ To read user input of color names with completion, use
+@code{read-color} (@pxref{High-Level Completion, read-color}).
+
@defun color-defined-p color &optional frame
This function reports whether a color name is meaningful. It returns
@code{t} if so; otherwise, @code{nil}. The argument @var{frame} says