]> code.delx.au - gnu-emacs/commitdiff
Documented font-backend X resource and frame parameter.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 12 May 2009 03:32:48 +0000 (03:32 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 12 May 2009 03:32:48 +0000 (03:32 +0000)
etc/NEWS

index 802efd94f887105ab9e2c53ccebeaff0c9e3174c..facbf12539b70ce4de32f1825a00fff14c18ddd4 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1731,15 +1731,15 @@ but signals an error if STRING contains a non-ASCII, non-eight-bit
 character.
 
 ** Changes related to the new font backend
-
-Which font backends to use can be specified by the X resource "FontBackend".
-For instance, to use both X core fonts and Xft fonts:
++++
+*** Which font backends to use can be specified by the X resource
+"FontBackend".  For instance, to use both X core fonts and Xft fonts:
 
 Emacs.FontBackend: x,xft
 
 If this resource is not set, Emacs tries to use all font backends
 available on your graphic device.
-
++++
 *** New frame parameter `font-backend' specifies a list of
 font-backends supported by the frame's graphic device.  On X, they are
 currently `x' and `xft'.