aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2011-12-29 19:08:46 +0100
committerJuanma Barranquero2011-12-29 19:08:46 +0100
commit2cae5ba432fc30042950c073b7ec7807bb98bcde (patch)
treebf8275cfb26d0d25016056142fa726012ea1d0f9
parent43da4d0843adc5e642d9b9b58f01ad4822c6d600 (diff)
downloademacs-2cae5ba432fc30042950c073b7ec7807bb98bcde.tar.gz
emacs-2cae5ba432fc30042950c073b7ec7807bb98bcde.zip
doc/lispref/frames.texi (Font and Color Parameters): Add @pxref.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/frames.texi10
2 files changed, 9 insertions, 5 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 1e7132f78d9..152cd0d3ed7 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12011-12-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * frames.texi (Font and Color Parameters): Add @pxref.
4
12011-12-29 Daniel Colascione <dan.colascione@gmail.com> 52011-12-29 Daniel Colascione <dan.colascione@gmail.com>
2 6
3 * frames.texi (Font and Color Parameters): 7 * frames.texi (Font and Color Parameters):
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 33293de9e0f..06d212c27f2 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -888,11 +888,11 @@ and bar becomes a narrower bar).
888A list of symbols, specifying the @dfn{font backends} to use for 888A list of symbols, specifying the @dfn{font backends} to use for
889drawing fonts in the frame, in order of priority. On X, there are 889drawing fonts in the frame, in order of priority. On X, there are
890currently two available font backends: @code{x} (the X core font 890currently two available font backends: @code{x} (the X core font
891driver) and @code{xft} (the Xft font driver). On Windows, there 891driver) and @code{xft} (the Xft font driver). On Windows, there are
892are currently two available font backends: @code{gdi} and 892currently two available font backends: @code{gdi} and
893@code{uniscribe}. On other systems, there is only one available 893@code{uniscribe} (@pxref{Windows Fonts,,, emacs, The GNU Emacs
894font backend, so it does not make sense to modify this frame 894Manual}). On other systems, there is only one available font backend,
895parameter. 895so it does not make sense to modify this frame parameter.
896 896
897@vindex background-mode, a frame parameter 897@vindex background-mode, a frame parameter
898@item background-mode 898@item background-mode