From: Xue Fuqiao Date: Fri, 25 Oct 2013 13:12:58 +0000 (+0800) Subject: * doc/lispref/display.texi (Low-Level Font): Improve indexing. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1126 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e1300f765befac6ed9e7f59c022f5f886babfd5;p=emacs.git * doc/lispref/display.texi (Low-Level Font): Improve indexing. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 367d5b25227..b0df928a3be 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,8 +1,9 @@ 2013-10-25 Xue Fuqiao - * nonascii.texi (Character Properties): Add an index for script symbols. - * display.texi (Fontsets): Minor wording fix. + (Low-Level Font): Improve indexing. + + * nonascii.texi (Character Properties): Add an index for script symbols. 2013-10-24 Xue Fuqiao diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 425c69a691e..b4e9baf877f 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -3199,6 +3199,7 @@ should be one of @code{font-object}, @code{font-spec}, or @code{font-entity}. @end defun +@cindex font object A font object is a Lisp object that represents a font that Emacs has @dfn{opened}. Font objects cannot be modified in Lisp, but they can be inspected. @@ -3212,6 +3213,7 @@ otherwise, @var{string} should be a string, and @var{position} specifies a position in that string. @end defun +@cindex font spec A font spec is a Lisp object that contains a set of specifications that can be used to find a font. More than one font may match the specifications in a font spec. @@ -3277,6 +3279,7 @@ Set the font property @var{property} in the font-spec @var{font-spec} to @var{value}. @end defun +@cindex font entity A font entity is a reference to a font that need not be open. Its properties are intermediate between a font object and a font spec: like a font object, and unlike a font spec, it refers to a single,