From: Lars Ingebrigtsen Date: Sat, 2 Nov 2019 15:05:42 +0000 (+0100) Subject: Further fixup of the previous doc fix in the Faces node X-Git-Tag: emacs-27.0.90~763 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3937c9f6e23b92ed5d7e6d42b8bf00101628af00;p=emacs.git Further fixup of the previous doc fix in the Faces node * doc/lispref/display.texi (Faces): Improve wording from previous change. --- 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