changeset 92015:bfea5b2e7fd3

Tweak FontBackend X resource entry.
author Glenn Morris <rgm@gnu.org>
date Thu, 21 Feb 2008 06:29:02 +0000
parents 4da32b6dca11
children 4a8a943b5b75
files etc/NEWS
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Feb 21 06:24:05 2008 +0000
+++ b/etc/NEWS	Thu Feb 21 06:29:02 2008 +0000
@@ -757,13 +757,13 @@
 
 ** Changes related to the new font backend.
 
-Which font backends to use can be specified by X resource "FontBackend".
-For instance, if you want to use Xft fonts only,
+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: xft
+Emacs.FontBackend: x,xft
 
-will work.  If this resource is not set, Emacs tries to use all font
-backends available on your graphic device.
+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