Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b3d50cff
Commit
b3d50cff
authored
Oct 21, 2008
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Attribute Functions): Document `face-all-attributes'.
parent
73b7530a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+2
-0
doc/lispref/display.texi
doc/lispref/display.texi
+9
-0
etc/NEWS
etc/NEWS
+2
-0
No files found.
doc/lispref/ChangeLog
View file @
b3d50cff
2008-10-21 Eli Zaretskii <eliz@gnu.org>
* display.texi (Attribute Functions): Document `face-all-attributes'.
* frames.texi (Color Names): Add an xref to `read-color'.
* minibuf.texi (High-Level Completion): Document `read-color'.
...
...
doc/lispref/display.texi
View file @
b3d50cff
...
...
@@ -2217,6 +2217,15 @@ For example:
@
end
example
@
end
defun
@
defun
face
-
all
-
attributes
face
&
optional
frame
This
function
returns
an
alist
of
attributes
of
@
var
{
face
}.
The
elements
of
the
result
are
name
-
value
pairs
of
the
form
@
w
{@
code
{(@
var
{
attr
-
name
}
.
@
var
{
attr
-
value
})}}.
Optional
argument
@
var
{
frame
}
specifies
the
frame
whose
definition
of
@
var
{
face
}
to
return
;
if
omitted
or
@
code
{
nil
},
the
returned
value
describes
the
default
attributes
of
@
var
{
face
}
for
newly
created
frames
.
@
end
defun
@
defun
merge
-
face
-
attribute
attribute
value1
value2
If
@
var
{
value1
}
is
a
relative
value
for
the
face
attribute
@
var
{
attribute
},
returns
it
merged
with
the
underlying
value
...
...
etc/NEWS
View file @
b3d50cff
...
...
@@ -1595,9 +1595,11 @@ 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
attributes of a given face.
+++
*** `window-full-width-p' returns t if a window is as wide as its
frame.
...
...
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