diff options
| author | Glenn Morris | 2017-07-22 18:28:46 -0700 |
|---|---|---|
| committer | Glenn Morris | 2017-07-22 18:29:12 -0700 |
| commit | 195a161bbcf4322cb6edc424e9c6835d3ac330b9 (patch) | |
| tree | 3adba201d2ae553d476bdc65c8403554f333930f | |
| parent | 640fc129fdf75c86c43ce15b0215d224e240052f (diff) | |
| download | emacs-195a161bbcf4322cb6edc424e9c6835d3ac330b9.tar.gz emacs-195a161bbcf4322cb6edc424e9c6835d3ac330b9.zip | |
* doc/emacs/frames.texi (Fonts): Mention Gsettings.
| -rw-r--r-- | doc/emacs/frames.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index e3e59ad43ac..ee33a6848c5 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -575,7 +575,8 @@ font names in X resource files. | |||
| 575 | If you are running Emacs on the GNOME desktop, you can tell Emacs to | 575 | If you are running Emacs on the GNOME desktop, you can tell Emacs to |
| 576 | use the default system font by setting the variable | 576 | use the default system font by setting the variable |
| 577 | @code{font-use-system-font} to @code{t} (the default is @code{nil}). | 577 | @code{font-use-system-font} to @code{t} (the default is @code{nil}). |
| 578 | For this to work, Emacs must have been compiled with Gconf support. | 578 | For this to work, Emacs must have been compiled with support for |
| 579 | Gsettings (or the older Gconf). | ||
| 579 | 580 | ||
| 580 | @item | 581 | @item |
| 581 | Use the command line option @samp{-fn} (or @samp{--font}). @xref{Font | 582 | Use the command line option @samp{-fn} (or @samp{--font}). @xref{Font |