emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 85b812f: * src/font.c (syms_of_font) <font-log>: Do


From: Glenn Morris
Subject: [Emacs-diffs] master 85b812f: * src/font.c (syms_of_font) <font-log>: Doc fix.
Date: Sun, 07 Jun 2015 23:51:18 +0000

branch: master
commit 85b812f631b938d9ea6c9adab5de066b752128c1
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * src/font.c (syms_of_font) <font-log>: Doc fix.
---
 src/font.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/font.c b/src/font.c
index 60dd03a..1f11f78 100644
--- a/src/font.c
+++ b/src/font.c
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]