From: Lars Ingebrigtsen Date: Fri, 28 May 2021 01:31:00 +0000 (+0200) Subject: Specify which Gsetting font names are used in the manual X-Git-Tag: emacs-28.0.90~2299 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d0655b79ab10e72e8d28a12e7a610f2c5df5f458;p=emacs.git Specify which Gsetting font names are used in the manual * doc/emacs/frames.texi (Fonts): Explicitly say what Gsettings names are used (bug#19568). --- 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 use the default system font by setting the variable @code{font-use-system-font} to @code{t} (the default is @code{nil}). For this to work, Emacs must have been compiled with support for -Gsettings (or the older Gconf). +Gsettings (or the older Gconf). (To be specific, the Gsettings +configuration names used are +@samp{/desktop/gnome/interface/monospace_font_name} and +@samp{/desktop/gnome/interface/font_name}.) @item Use the command line option @samp{-fn} (or @samp{--font}). @xref{Font