aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-21 11:27:40 +0000
committerEli Zaretskii2008-10-21 11:27:40 +0000
commit73b7530a7eac4ac26ec5f81b8e8727fec23a4402 (patch)
tree3ae64dd7c10dbf9c7c49ee7d9acc79c8a31ac7f1 /doc
parentef164dbc4ee9992f9a42a3ddc77d77a44abaea8f (diff)
downloademacs-73b7530a7eac4ac26ec5f81b8e8727fec23a4402.tar.gz
emacs-73b7530a7eac4ac26ec5f81b8e8727fec23a4402.zip
(Color Names): Add an xref to `read-color'.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/frames.texi3
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 74230f8d5a3..d1148eef101 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,9 @@
12008-10-21 Eli Zaretskii <eliz@gnu.org> 12008-10-21 Eli Zaretskii <eliz@gnu.org>
2 2
3 * frames.texi (Color Names): Add an xref to `read-color'.
4
5 * minibuf.texi (High-Level Completion): Document `read-color'.
6
3 * elisp.texi (Top): Add "Swapping Text" to @detailmenu. 7 * elisp.texi (Top): Add "Swapping Text" to @detailmenu.
4 8
5 * positions.texi (Narrowing): Add an xref to "Swapping Text". 9 * positions.texi (Narrowing): Add an xref to "Swapping Text".
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index aea62effcdb..f8b13d64b03 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
1819@dfn{selected frame}, as described below; see @ref{Input Focus}, for the 1819@dfn{selected frame}, as described below; see @ref{Input Focus}, for the
1820meaning of the term ``selected frame.'' 1820meaning of the term ``selected frame.''
1821 1821
1822 To read user input of color names with completion, use
1823@code{read-color} (@pxref{High-Level Completion, read-color}).
1824
1822@defun color-defined-p color &optional frame 1825@defun color-defined-p color &optional frame
1823This function reports whether a color name is meaningful. It returns 1826This function reports whether a color name is meaningful. It returns
1824@code{t} if so; otherwise, @code{nil}. The argument @var{frame} says 1827@code{t} if so; otherwise, @code{nil}. The argument @var{frame} says