From 3937c9f6e23b92ed5d7e6d42b8bf00101628af00 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 2 Nov 2019 16:05:42 +0100 Subject: [PATCH] Further fixup of the previous doc fix in the Faces node * doc/lispref/display.texi (Faces): Improve wording from previous change. --- doc/lispref/display.texi | 7 +++---- 1 file 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 defined using the @code{defface} macro (@pxref{Defining Faces}). Emacs comes with several standard named faces (@pxref{Basic Faces}). - Many parts of Emacs require named faces, but some do not accept -anonymous faces (e.g., the functions documented in @ref{Attribute -Functions}). Unless otherwise stated, we will use the term @dfn{face} -to refer only to named faces. + Some parts of Emacs require named faces (e.g., the functions +documented in @ref{Attribute Functions}). Unless otherwise stated, we +will use the term @dfn{face} to refer only to named faces. @defun facep object This function returns a non-@code{nil} value if @var{object} is a -- 2.39.5