diff options
| author | Glenn Morris | 2015-06-07 16:51:11 -0700 |
|---|---|---|
| committer | Glenn Morris | 2015-06-07 16:51:11 -0700 |
| commit | 85b812f631b938d9ea6c9adab5de066b752128c1 (patch) | |
| tree | 7d544edfe83ff34ddd98e9669bbf0ae8499f5b6c /src | |
| parent | 86abad65089deabe7f215c4bd644c781080b9be2 (diff) | |
| download | emacs-85b812f631b938d9ea6c9adab5de066b752128c1.tar.gz emacs-85b812f631b938d9ea6c9adab5de066b752128c1.zip | |
* src/font.c (syms_of_font) <font-log>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/font.c b/src/font.c index 60dd03a20b2..1f11f78bc70 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -5270,10 +5270,10 @@ See `font-weight-table' for the format of the vector. */); | |||
| 5270 | ASET (font_style_table, 2, Vfont_width_table); | 5270 | ASET (font_style_table, 2, Vfont_width_table); |
| 5271 | 5271 | ||
| 5272 | DEFVAR_LISP ("font-log", Vfont_log, doc: /* | 5272 | DEFVAR_LISP ("font-log", Vfont_log, doc: /* |
| 5273 | Logging list of font related actions and results. | 5273 | A list that logs font-related actions and results, for debugging. |
| 5274 | The value t means to suppress the logging. | 5274 | The default value is t, which means to suppress logging. |
| 5275 | The initial value is set to nil if the environment variable | 5275 | If the environment variable EMACS_FONT_LOG is set at startup, |
| 5276 | EMACS_FONT_LOG is set. Otherwise, it is set to t. */); | 5276 | this defaults to nil. */); |
| 5277 | Vfont_log = Qnil; | 5277 | Vfont_log = Qnil; |
| 5278 | 5278 | ||
| 5279 | #ifdef HAVE_WINDOW_SYSTEM | 5279 | #ifdef HAVE_WINDOW_SYSTEM |