]> code.delx.au - gnu-emacs/commitdiff
* src/font.c (syms_of_font) <font-log>: Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sun, 7 Jun 2015 23:51:11 +0000 (16:51 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 7 Jun 2015 23:51:11 +0000 (16:51 -0700)
src/font.c

index 60dd03a20b29fd2d1025974ba8c702c818cc43ed..1f11f78bc705d4de2b313e2229333ec41121dbee 100644 (file)
@@ -5270,10 +5270,10 @@ See `font-weight-table' for the format of the vector. */);
   ASET (font_style_table, 2, Vfont_width_table);
 
   DEFVAR_LISP ("font-log", Vfont_log, doc: /*
-Logging list of font related actions and results.
-The value t means to suppress the logging.
-The initial value is set to nil if the environment variable
-EMACS_FONT_LOG is set.  Otherwise, it is set to t.  */);
+A list that logs font-related actions and results, for debugging.
+The default value is t, which means to suppress logging.
+If the environment variable EMACS_FONT_LOG is set at startup,
+this defaults to nil.  */);
   Vfont_log = Qnil;
 
 #ifdef HAVE_WINDOW_SYSTEM