emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d0655b7: Specify which Gsetting font names are used in the manual


From: Lars Ingebrigtsen
Subject: master d0655b7: Specify which Gsetting font names are used in the manual
Date: Thu, 27 May 2021 21:31:11 -0400 (EDT)

branch: master
commit d0655b79ab10e72e8d28a12e7a610f2c5df5f458
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Specify which Gsetting font names are used in the manual
    
    * doc/emacs/frames.texi (Fonts): Explicitly say what Gsettings
    names are used (bug#19568).
---
 doc/emacs/frames.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index e1a4e64..ac2ab5c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]