# HG changeset patch # User Juanma Barranquero # Date 1231755755 0 # Node ID d4a656ae8ace021815e09f4d6b503d36ed0d0ba7 # Parent 3ffd03438eebd470c99a6054c98bcd03bfa07e2f * display.texi (Low-Level Font): Fix typo. diff -r 3ffd03438eeb -r d4a656ae8ace doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Mon Jan 12 09:21:15 2009 +0000 +++ b/doc/lispref/ChangeLog Mon Jan 12 10:22:35 2009 +0000 @@ -1,3 +1,7 @@ +2009-01-12 Juanma Barranquero + + * display.texi (Low-Level Font): Fix typo. + 2009-01-10 Chong Yidong * elisp.texi (Top): Update node listing. diff -r 3ffd03438eeb -r d4a656ae8ace doc/lispref/display.texi --- a/doc/lispref/display.texi Mon Jan 12 09:21:15 2009 +0000 +++ b/doc/lispref/display.texi Mon Jan 12 10:22:35 2009 +0000 @@ -2923,7 +2923,7 @@ you need to do so, this section explains how. In Emacs Lisp, fonts are represented using three different Lisp -qobject types: @dfn{font objects}, @dfn{font specs}, and @dfn{font +object types: @dfn{font objects}, @dfn{font specs}, and @dfn{font entities}. @defun fontp object &optional type