summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-03-20 13:24:06 -0400
committerChong Yidong <cyd@stupidchicken.com>2010-03-20 13:24:06 -0400
commitd68eb23c6a6b9fc7f1c0d2873f98fb0dd51dbfd9 (patch)
tree222e3f0c08d49ce6db22e8ad8c1191a6e0c00a67 /etc
parentad13a3ee9b9f4ee81b19c6c02da8cc338901304e (diff)
downloademacs-d68eb23c6a6b9fc7f1c0d2873f98fb0dd51dbfd9.tar.gz
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.)
Customize `make-pointer-invisible' to disable this feature.
** Font changes
-
++++
*** Emacs can use the system default monospaced font in Gnome.
To enable this feature, set `font-use-system-font' to non-nil (it is
nil by default). If the system default changes, Emacs changes also.
This feature requires Gconf support, which is automatically included
at compile-time if configure detects the gconf libraries (you can
disable this with the configure option --without-gconf).
-
+---
*** On X11, Emacs reacts to Xft changes made by configuration tools,
via the XSETTINGS mechanism. This includes antialias, hinting,
hintstyle, RGBA, DPI and lcdfilter changes.