emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106003: * display.texi (Low-Level Fo


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106003: * display.texi (Low-Level Font, Face Attributes, Font Lookup): Fix xref.
Date: Wed, 05 Oct 2011 17:39:54 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106003
fixes bug(s): http://debbugs.gnu.org/9675
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Wed 2011-10-05 17:39:54 -0400
message:
  * display.texi (Low-Level Font, Face Attributes, Font Lookup): Fix xref.
modified:
  doc/lispref/ChangeLog
  doc/lispref/display.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-10-01 22:16:24 +0000
+++ b/doc/lispref/ChangeLog     2011-10-05 21:39:54 +0000
@@ -1,3 +1,8 @@
+2011-10-05  Chong Yidong  <address@hidden>
+
+       * display.texi (Low-Level Font, Face Attributes, Font Lookup): Fix
+       Emacs manual xref (Bug#9675).
+
 2011-10-01  Chong Yidong  <address@hidden>
 
        * windows.texi (Textual Scrolling): Document scroll-up-command,

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2011-09-24 14:38:16 +0000
+++ b/doc/lispref/display.texi  2011-10-05 21:39:54 +0000
@@ -2148,12 +2148,11 @@
 entity, or a string.  Emacs converts such values to an appropriate
 font object, and stores that font object as the actual attribute
 value.  If you specify a string, the contents of the string should be
-a font name (@pxref{Font X,, Font Specification Options, emacs, The
-GNU Emacs Manual}); if the font name is an XLFD containing wildcards,
-Emacs chooses the first font matching those wildcards.  Specifying
-this attribute also changes the values of the @code{:family},
address@hidden:foundry}, @code{:width}, @code{:height}, @code{:weight}, and
address@hidden:slant} attributes.
+a font name (@pxref{Fonts,,, emacs, The GNU Emacs Manual}); if the
+font name is an XLFD containing wildcards, Emacs chooses the first
+font matching those wildcards.  Specifying this attribute also changes
+the values of the @code{:family}, @code{:foundry}, @code{:width},
address@hidden:height}, @code{:weight}, and @code{:slant} attributes.
 
 @item :inherit
 The name of a face from which to inherit attributes, or a list of face
@@ -2854,11 +2853,11 @@
 @defun x-list-fonts name &optional reference-face frame maximum width
 This function returns a list of available font names that match
 @var{name}.  @var{name} should be a string containing a font name in
-either the Fontconfig, GTK, or XLFD format (@pxref{Font X,, Font
-Specification Options, emacs, The GNU Emacs Manual}).  Within an XLFD
-string, wildcard characters may be used: the @samp{*} character
-matches any substring, and the @samp{?} character matches any single
-character.  Case is ignored when matching font names.
+either the Fontconfig, GTK, or XLFD format (@pxref{Fonts,,, emacs, The
+GNU Emacs Manual}).  Within an XLFD string, wildcard characters may be
+used: the @samp{*} character matches any substring, and the @samp{?}
+character matches any single character.  Case is ignored when matching
+font names.
 
 If the optional arguments @var{reference-face} and @var{frame} are
 specified, the returned list includes only fonts that are the same
@@ -3108,8 +3107,7 @@
 @table @code
 @item :name
 The font name (a string), in either XLFD, Fontconfig, or GTK format.
address@hidden X,, Font Specification Options, emacs, The GNU Emacs
-Manual}.
address@hidden,,, emacs, The GNU Emacs Manual}.
 
 @item :family
 @itemx :foundry
@@ -3226,10 +3224,9 @@
 
 @defun font-xlfd-name font &optional fold-wildcards
 This function returns the XLFD (X Logical Font Descriptor), a string,
-matching @var{font}.  @xref{Font X,, Font Specification Options,
-emacs, The GNU Emacs Manual}, for information about XLFDs.  If the
-name is too long for an XLFD (which can contain at most 255
-characters), the function returns @code{nil}.
+matching @var{font}.  @xref{Fonts,,, emacs, The GNU Emacs Manual}, for
+information about XLFDs.  If the name is too long for an XLFD (which
+can contain at most 255 characters), the function returns @code{nil}.
 
 If the optional argument @var{fold-wildcards} is address@hidden,
 consecutive wildcards in the XLFD are folded into one.


reply via email to

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