Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
73b7530a
Commit
73b7530a
authored
Oct 21, 2008
by
Eli Zaretskii
Browse files
(Color Names): Add an xref to `read-color'.
parent
ef164dbc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/frames.texi
doc/lispref/frames.texi
+3
-0
etc/NEWS
etc/NEWS
+1
-0
No files found.
doc/lispref/ChangeLog
View file @
73b7530a
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"
.
...
...
doc/lispref/frames.texi
View file @
73b7530a
...
...
@@ -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
...
...
etc/NEWS
View file @
73b7530a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment