]> code.delx.au - gnu-emacs/commitdiff
* doc/lispref/display.texi (Low-Level Font): Improve indexing.
authorXue Fuqiao <xfq.free@gmail.com>
Fri, 25 Oct 2013 13:12:58 +0000 (21:12 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Fri, 25 Oct 2013 13:12:58 +0000 (21:12 +0800)
doc/lispref/ChangeLog
doc/lispref/display.texi

index 367d5b2522741fae76e39ab349701a7d8de1e2b6..b0df928a3be8fbd5e42e17d37ac3986aeb536cc5 100644 (file)
@@ -1,8 +1,9 @@
 2013-10-25  Xue Fuqiao  <xfq.free@gmail.com>
 
-       * 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  <xfq.free@gmail.com>
 
index 425c69a691e628fad3f667cec75f57c0ea689f7a..b4e9baf877f88991d6a240691d298244141c21bb 100644 (file)
@@ -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,