emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114805: * doc/lispref/display.texi (Low-Level Font)


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r114805: * doc/lispref/display.texi (Low-Level Font): Improve indexing.
Date: Fri, 25 Oct 2013 13:13:39 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114805
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Fri 2013-10-25 21:12:58 +0800
message:
  * doc/lispref/display.texi (Low-Level Font): Improve indexing.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-10-25 12:23:07 +0000
+++ b/doc/lispref/ChangeLog     2013-10-25 13:12:58 +0000
@@ -1,9 +1,10 @@
 2013-10-25  Xue Fuqiao  <address@hidden>
 
+       * display.texi (Fontsets): Minor wording fix.
+       (Low-Level Font): Improve indexing.
+
        * nonascii.texi (Character Properties): Add an index for script symbols.
 
-       * display.texi (Fontsets): Minor wording fix.
-
 2013-10-24  Xue Fuqiao  <address@hidden>
 
        * display.texi (Face Remapping): Add indexes for face remapping.

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2013-10-25 11:44:35 +0000
+++ b/doc/lispref/display.texi  2013-10-25 13:12:58 +0000
@@ -3199,6 +3199,7 @@
 @code{font-entity}.
 @end defun
 
address@hidden 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 @@
 specifies a position in that string.
 @end defun
 
address@hidden 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 @@
 to @var{value}.
 @end defun
 
address@hidden 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,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]