emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3937c9f: Further fixup of the previous doc fix in the Faces node


From: Lars Ingebrigtsen
Subject: master 3937c9f: Further fixup of the previous doc fix in the Faces node
Date: Sat, 2 Nov 2019 11:05:49 -0400 (EDT)

branch: master
commit 3937c9f6e23b92ed5d7e6d42b8bf00101628af00
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 95f9cc1..ddbae40 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]