]> git.eshelyaron.com Git - emacs.git/commitdiff
(Color Names): Add an xref to `read-color'.
authorEli Zaretskii <eliz@gnu.org>
Tue, 21 Oct 2008 11:27:40 +0000 (11:27 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 21 Oct 2008 11:27:40 +0000 (11:27 +0000)
doc/lispref/ChangeLog
doc/lispref/frames.texi
etc/NEWS

index 74230f8d5a36d41de2ef1b496aa0245e34570cea..d1148eef101740b8666cf94012f78d1cc94adca3 100644 (file)
@@ -1,5 +1,9 @@
 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".
index aea62effcdb82872ea7f1b8e0eea1c111cd7fbc9..f8b13d64b03964527e026c4879ba133c0f679ce3 100644 (file)
@@ -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
index 51eff8023ae46c82ab394dc87cfdc12601eca86d..a0e611e28ee650363c8ba000107e04ff853d6373 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1592,6 +1592,7 @@ uses the minibuffer-local-shell-command-map for that.
 *** `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