aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2010-03-20 13:24:06 -0400
committerChong Yidong2010-03-20 13:24:06 -0400
commitd68eb23c6a6b9fc7f1c0d2873f98fb0dd51dbfd9 (patch)
tree222e3f0c08d49ce6db22e8ad8c1191a6e0c00a67 /etc
parentad13a3ee9b9f4ee81b19c6c02da8cc338901304e (diff)
downloademacs-d68eb23c6a6b9fc7f1c0d2873f98fb0dd51dbfd9.tar.gz
emacs-d68eb23c6a6b9fc7f1c0d2873f98fb0dd51dbfd9.zip
Document font-use-system-font.
* cmdargs.texi (Font X): Move most content to Fonts. * frames.texi (Fonts): New node. Document font-use-system-font. * emacs.texi (Top): * xresources.texi (Table of Resources): * mule.texi (Defining Fontsets, Charsets): Update xrefs.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 00c4765f822..731ca5f06a9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -71,14 +71,14 @@ uses `system-move-file-to-trash' for trashing.)
71Customize `make-pointer-invisible' to disable this feature. 71Customize `make-pointer-invisible' to disable this feature.
72 72
73** Font changes 73** Font changes
74 74+++
75*** Emacs can use the system default monospaced font in Gnome. 75*** Emacs can use the system default monospaced font in Gnome.
76To enable this feature, set `font-use-system-font' to non-nil (it is 76To enable this feature, set `font-use-system-font' to non-nil (it is
77nil by default). If the system default changes, Emacs changes also. 77nil by default). If the system default changes, Emacs changes also.
78This feature requires Gconf support, which is automatically included 78This feature requires Gconf support, which is automatically included
79at compile-time if configure detects the gconf libraries (you can 79at compile-time if configure detects the gconf libraries (you can
80disable this with the configure option --without-gconf). 80disable this with the configure option --without-gconf).
81 81---
82*** On X11, Emacs reacts to Xft changes made by configuration tools, 82*** On X11, Emacs reacts to Xft changes made by configuration tools,
83via the XSETTINGS mechanism. This includes antialias, hinting, 83via the XSETTINGS mechanism. This includes antialias, hinting,
84hintstyle, RGBA, DPI and lcdfilter changes. 84hintstyle, RGBA, DPI and lcdfilter changes.