aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/frames.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index e3e59ad43ac..ee33a6848c5 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -575,7 +575,8 @@ font names in X resource files.
575If you are running Emacs on the GNOME desktop, you can tell Emacs to 575If you are running Emacs on the GNOME desktop, you can tell Emacs to
576use the default system font by setting the variable 576use the default system font by setting the variable
577@code{font-use-system-font} to @code{t} (the default is @code{nil}). 577@code{font-use-system-font} to @code{t} (the default is @code{nil}).
578For this to work, Emacs must have been compiled with Gconf support. 578For this to work, Emacs must have been compiled with support for
579Gsettings (or the older Gconf).
579 580
580@item 581@item
581Use the command line option @samp{-fn} (or @samp{--font}). @xref{Font 582Use the command line option @samp{-fn} (or @samp{--font}). @xref{Font