diff options
| author | Glenn Morris | 2015-06-07 16:55:00 -0700 |
|---|---|---|
| committer | Glenn Morris | 2015-06-07 16:55:00 -0700 |
| commit | c876b73a8f7a39fd59dea611fbd8c28a3b24bb64 (patch) | |
| tree | 17e224bb8f737eb0323e49de8e490f522759e0c5 | |
| parent | 182cb35ebd53bcb7dff5495aaec119bb5c934f17 (diff) | |
| download | emacs-c876b73a8f7a39fd59dea611fbd8c28a3b24bb64.tar.gz emacs-c876b73a8f7a39fd59dea611fbd8c28a3b24bb64.zip | |
; * src/font.c (syms_of_font) <font-log>: Tweak previous doc fix.
| -rw-r--r-- | src/font.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/font.c b/src/font.c index 1f11f78bc70..7aa0e8537ce 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -5272,8 +5272,8 @@ See `font-weight-table' for the format of the vector. */); | |||
| 5272 | DEFVAR_LISP ("font-log", Vfont_log, doc: /* | 5272 | DEFVAR_LISP ("font-log", Vfont_log, doc: /* |
| 5273 | A list that logs font-related actions and results, for debugging. | 5273 | A list that logs font-related actions and results, for debugging. |
| 5274 | The default value is t, which means to suppress logging. | 5274 | The default value is t, which means to suppress logging. |
| 5275 | If the environment variable EMACS_FONT_LOG is set at startup, | 5275 | Set it to nil to enable logging. If the environment variable |
| 5276 | this defaults to nil. */); | 5276 | EMACS_FONT_LOG is set at startup, it defaults to nil. */); |
| 5277 | Vfont_log = Qnil; | 5277 | Vfont_log = Qnil; |
| 5278 | 5278 | ||
| 5279 | #ifdef HAVE_WINDOW_SYSTEM | 5279 | #ifdef HAVE_WINDOW_SYSTEM |