diff options
| author | Lars Ingebrigtsen | 2019-11-02 16:05:42 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-11-02 16:05:42 +0100 |
| commit | 3937c9f6e23b92ed5d7e6d42b8bf00101628af00 (patch) | |
| tree | a86a77ca8e38337044bfebd0849cdceb2f6b342b | |
| parent | c2e77ff89a9fdb8af2c36e9692f01bb9e1fe512d (diff) | |
| download | emacs-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.texi | 7 |
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 | |||
| 2248 | defined using the @code{defface} macro (@pxref{Defining Faces}). | 2248 | defined using the @code{defface} macro (@pxref{Defining Faces}). |
| 2249 | Emacs comes with several standard named faces (@pxref{Basic Faces}). | 2249 | Emacs 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 |
| 2252 | anonymous faces (e.g., the functions documented in @ref{Attribute | 2252 | documented in @ref{Attribute Functions}). Unless otherwise stated, we |
| 2253 | Functions}). Unless otherwise stated, we will use the term @dfn{face} | 2253 | will use the term @dfn{face} to refer only to named faces. |
| 2254 | to refer only to named faces. | ||
| 2255 | 2254 | ||
| 2256 | @defun facep object | 2255 | @defun facep object |
| 2257 | This function returns a non-@code{nil} value if @var{object} is a | 2256 | This function returns a non-@code{nil} value if @var{object} is a |