diff options
| author | Lars Ingebrigtsen | 2021-05-28 03:37:13 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-05-28 03:37:13 +0200 |
| commit | 5a264c3694dd5c2ecf0742d4d20147ac3448ef03 (patch) | |
| tree | 454bbbd73e36423a6d3f9c5a000879f6ab9dff7b | |
| parent | d0655b79ab10e72e8d28a12e7a610f2c5df5f458 (diff) | |
| download | emacs-5a264c3694dd5c2ecf0742d4d20147ac3448ef03.tar.gz emacs-5a264c3694dd5c2ecf0742d4d20147ac3448ef03.zip | |
Improve previous frames.texi change
* doc/emacs/frames.texi (Fonts): Use conf names instead of path
names (bug#19568).
| -rw-r--r-- | doc/emacs/frames.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index ac2ab5c4b72..70615f68ed8 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -616,8 +616,8 @@ use the default system font by setting the variable | |||
| 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). (To be specific, the Gsettings | 617 | Gsettings (or the older Gconf). (To be specific, the Gsettings |
| 618 | configuration names used are | 618 | configuration names used are |
| 619 | @samp{/desktop/gnome/interface/monospace_font_name} and | 619 | @samp{org.gnome.desktop.interface monospace-font-name} and |
| 620 | @samp{/desktop/gnome/interface/font_name}.) | 620 | @samp{org.gnome.desktop.interface font-name}.) |
| 621 | 621 | ||
| 622 | @item | 622 | @item |
| 623 | 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 |