diff options
| author | Lars Ingebrigtsen | 2021-05-28 03:31:00 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-05-28 03:31:00 +0200 |
| commit | d0655b79ab10e72e8d28a12e7a610f2c5df5f458 (patch) | |
| tree | 7526aa25905d1ac678d45c2254dd39cd0b7535b4 | |
| parent | fa7993e9a0185b1d1347c6654893a8f5348f7ad8 (diff) | |
| download | emacs-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.texi | 5 |
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 | |||
| 614 | use the default system font by setting the variable | 614 | use 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}). |
| 616 | For this to work, Emacs must have been compiled with support for | 616 | For this to work, Emacs must have been compiled with support for |
| 617 | Gsettings (or the older Gconf). | 617 | Gsettings (or the older Gconf). (To be specific, the Gsettings |
| 618 | configuration 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 |
| 620 | Use the command line option @samp{-fn} (or @samp{--font}). @xref{Font | 623 | Use the command line option @samp{-fn} (or @samp{--font}). @xref{Font |