2008-10-21 Eli Zaretskii <eliz@gnu.org>
+ * frames.texi (Color Names): Add an xref to `read-color'.
+
+ * minibuf.texi (High-Level Completion): Document `read-color'.
+
* elisp.texi (Top): Add "Swapping Text" to @detailmenu.
* positions.texi (Narrowing): Add an xref to "Swapping Text".
@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
*** `buffer-swap-text' swaps text between two buffers. This can be
useful for modes such as tar-mode, archive-mode, RMAIL.
++++
*** `read-color' reads a color name using the minibuffer.
*** `face-all-attributes' returns an alist describing all the basic