From 0c1e3f0de3d384bd5a73f64fe73b4442769e11c3 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 12 May 2009 03:32:48 +0000 Subject: [PATCH] Documented font-backend X resource and frame parameter. --- etc/NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 802efd94f88..facbf12539b 100644 --- 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'. -- 2.39.5