aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog2
-rw-r--r--doc/lispref/display.texi9
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index d1148eef101..a9ca8b7858c 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,7 @@
12008-10-21 Eli Zaretskii <eliz@gnu.org> 12008-10-21 Eli Zaretskii <eliz@gnu.org>
2 2
3 * display.texi (Attribute Functions): Document `face-all-attributes'.
4
3 * frames.texi (Color Names): Add an xref to `read-color'. 5 * frames.texi (Color Names): Add an xref to `read-color'.
4 6
5 * minibuf.texi (High-Level Completion): Document `read-color'. 7 * minibuf.texi (High-Level Completion): Document `read-color'.
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index a8e8e531e30..983f7443240 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -2217,6 +2217,15 @@ For example:
2217@end example 2217@end example
2218@end defun 2218@end defun
2219 2219
2220@defun face-all-attributes face &optional frame
2221This function returns an alist of attributes of @var{face}. The
2222elements of the result are name-value pairs of the form
2223@w{@code{(@var{attr-name} . @var{attr-value})}}. Optional argument
2224@var{frame} specifies the frame whose definition of @var{face} to
2225return; if omitted or @code{nil}, the returned value describes the
2226default attributes of @var{face} for newly created frames.
2227@end defun
2228
2220@defun merge-face-attribute attribute value1 value2 2229@defun merge-face-attribute attribute value1 value2
2221If @var{value1} is a relative value for the face attribute 2230If @var{value1} is a relative value for the face attribute
2222@var{attribute}, returns it merged with the underlying value 2231@var{attribute}, returns it merged with the underlying value