aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-05-28 03:31:00 +0200
committerLars Ingebrigtsen2021-05-28 03:31:00 +0200
commitd0655b79ab10e72e8d28a12e7a610f2c5df5f458 (patch)
tree7526aa25905d1ac678d45c2254dd39cd0b7535b4
parentfa7993e9a0185b1d1347c6654893a8f5348f7ad8 (diff)
downloademacs-d0655b79ab10e72e8d28a12e7a610f2c5df5f458.tar.gz
emacs-d0655b79ab10e72e8d28a12e7a610f2c5df5f458.zip
Specify which Gsetting font names are used in the manual
* doc/emacs/frames.texi (Fonts): Explicitly say what Gsettings names are used (bug#19568).
-rw-r--r--doc/emacs/frames.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index e1a4e64a7d4..ac2ab5c4b72 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -614,7 +614,10 @@ If you are running Emacs on the GNOME desktop, you can tell Emacs to
614use the default system font by setting the variable 614use the default system font by setting the variable
615@code{font-use-system-font} to @code{t} (the default is @code{nil}). 615@code{font-use-system-font} to @code{t} (the default is @code{nil}).
616For this to work, Emacs must have been compiled with support for 616For this to work, Emacs must have been compiled with support for
617Gsettings (or the older Gconf). 617Gsettings (or the older Gconf). (To be specific, the Gsettings
618configuration names used are
619@samp{/desktop/gnome/interface/monospace_font_name} and
620@samp{/desktop/gnome/interface/font_name}.)
618 621
619@item 622@item
620Use the command line option @samp{-fn} (or @samp{--font}). @xref{Font 623Use the command line option @samp{-fn} (or @samp{--font}). @xref{Font