diff options
author | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2016-08-12 21:50:43 -0400 |
---|---|---|
committer | Thomas Fitzsimmons <fitzsim@fitzsim.org> | 2016-08-12 22:33:11 -0400 |
commit | 9f17bf6e64988747942ff6117a5f8d6c12a4ea6e (patch) | |
tree | faae146f2142cfcce9bae13e1a6f20f5b8a5c437 /doc | |
parent | 2dd8044bfb61efc368c590b1285fdbca54606152 (diff) |
Fix display.texi typo
* doc/lispref/display.texi (Faces): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index b7a6b570eb..93b84a0f20 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -2094,7 +2094,7 @@ 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 required named faces, and do not accept + Many parts of Emacs require named faces, and do not accept anonymous faces. These include the functions documented in @ref{Attribute Functions}, and the variable @code{font-lock-keywords} (@pxref{Search-based Fontification}). Unless otherwise stated, we |