aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-02-21 06:29:02 +0000
committerGlenn Morris2008-02-21 06:29:02 +0000
commitb19aa6dd027c2d9de56468c32366a5037ec908a1 (patch)
tree6c52b36ecc4e010f40221939eb867216588d31e4
parent4dd3127efcd6bb52233535f685023c85b5aedb31 (diff)
downloademacs-b19aa6dd027c2d9de56468c32366a5037ec908a1.tar.gz
emacs-b19aa6dd027c2d9de56468c32366a5037ec908a1.zip
Tweak FontBackend X resource entry.
-rw-r--r--etc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0c74747abde..9d2b9bd3b41 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -757,13 +757,13 @@ function `auto-compose-chars'.
757 757
758** Changes related to the new font backend. 758** Changes related to the new font backend.
759 759
760Which font backends to use can be specified by X resource "FontBackend". 760Which font backends to use can be specified by the X resource "FontBackend".
761For instance, if you want to use Xft fonts only, 761For instance, to use both X core fonts and Xft fonts:
762 762
763Emacs.FontBackend: xft 763Emacs.FontBackend: x,xft
764 764
765will work. If this resource is not set, Emacs tries to use all font 765If this resource is not set, Emacs tries to use all font backends
766backends available on your graphic device. 766available on your graphic device.
767 767
768*** New frame parameter `font-backend' specifies a list of 768*** New frame parameter `font-backend' specifies a list of
769font-backends supported by the frame's graphic device. On X, they are 769font-backends supported by the frame's graphic device. On X, they are