]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/font.c (syms_of_font) <font-log>: Tweak previous doc fix.
authorGlenn Morris <rgm@gnu.org>
Sun, 7 Jun 2015 23:55:00 +0000 (16:55 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 7 Jun 2015 23:55:00 +0000 (16:55 -0700)
src/font.c

index 1f11f78bc705d4de2b313e2229333ec41121dbee..7aa0e8537ce076ebcea8aaf17b845b3c5d5a6f93 100644 (file)
@@ -5272,8 +5272,8 @@ See `font-weight-table' for the format of the vector. */);
   DEFVAR_LISP ("font-log", Vfont_log, doc: /*
 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.  */);
+Set it to nil to enable logging.  If the environment variable
+EMACS_FONT_LOG is set at startup, it defaults to nil.  */);
   Vfont_log = Qnil;
 
 #ifdef HAVE_WINDOW_SYSTEM