changeset 103207:6524e4dc57b6

Documented font-backend X resource and frame parameter.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 12 May 2009 03:32:48 +0000
parents a3671220e5f4
children f585ea49a41e
files etc/NEWS
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Tue May 12 03:31:58 2009 +0000
+++ b/etc/NEWS	Tue May 12 03:32:48 2009 +0000
@@ -1731,15 +1731,15 @@
 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'.