aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-11-02 16:05:42 +0100
committerLars Ingebrigtsen2019-11-02 16:05:42 +0100
commit3937c9f6e23b92ed5d7e6d42b8bf00101628af00 (patch)
treea86a77ca8e38337044bfebd0849cdceb2f6b342b
parentc2e77ff89a9fdb8af2c36e9692f01bb9e1fe512d (diff)
downloademacs-3937c9f6e23b92ed5d7e6d42b8bf00101628af00.tar.gz
emacs-3937c9f6e23b92ed5d7e6d42b8bf00101628af00.zip
Further fixup of the previous doc fix in the Faces node
* doc/lispref/display.texi (Faces): Improve wording from previous change.
-rw-r--r--doc/lispref/display.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 95f9cc15a8b..ddbae40ac90 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -2248,10 +2248,9 @@ is equivalent to a Lisp symbol with the same name.}. Named faces are
2248defined using the @code{defface} macro (@pxref{Defining Faces}). 2248defined using the @code{defface} macro (@pxref{Defining Faces}).
2249Emacs comes with several standard named faces (@pxref{Basic Faces}). 2249Emacs comes with several standard named faces (@pxref{Basic Faces}).
2250 2250
2251 Many parts of Emacs require named faces, but some do not accept 2251 Some parts of Emacs require named faces (e.g., the functions
2252anonymous faces (e.g., the functions documented in @ref{Attribute 2252documented in @ref{Attribute Functions}). Unless otherwise stated, we
2253Functions}). Unless otherwise stated, we will use the term @dfn{face} 2253will use the term @dfn{face} to refer only to named faces.
2254to refer only to named faces.
2255 2254
2256@defun facep object 2255@defun facep object
2257This function returns a non-@code{nil} value if @var{object} is a 2256This function returns a non-@code{nil} value if @var{object} is a