aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/display.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index c57c795e58d..2354ad689f2 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -2106,10 +2106,6 @@ For example,
2106@end example 2106@end example
2107@end defun 2107@end defun
2108 2108
2109 The functions above did not exist before Emacs 21. For compatibility
2110with older Emacs versions, you can use the following functions to set
2111and examine the face attributes which existed in those versions.
2112
2113@defun face-attribute-relative-p attribute value 2109@defun face-attribute-relative-p attribute value
2114This function returns non-@code{nil} if @var{value}, when used as the 2110This function returns non-@code{nil} if @var{value}, when used as the
2115value of the face attribute @var{attribute}, is relative. This means 2111value of the face attribute @var{attribute}, is relative. This means
@@ -2136,6 +2132,10 @@ If @var{value1} is a relative value for the face attribute
2136face attribute @var{attribute}, returns @var{value1} unchanged. 2132face attribute @var{attribute}, returns @var{value1} unchanged.
2137@end defun 2133@end defun
2138 2134
2135 The functions above did not exist before Emacs 21. For compatibility
2136with older Emacs versions, you can use the following functions to set
2137and examine the face attributes which existed in those versions.
2138
2139@defun set-face-foreground face color &optional frame 2139@defun set-face-foreground face color &optional frame
2140@defunx set-face-background face color &optional frame 2140@defunx set-face-background face color &optional frame
2141These functions set the foreground (or background, respectively) color 2141These functions set the foreground (or background, respectively) color