emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master c876b73: ; * src/font.c (syms_of_font) <font-log>:


From: Glenn Morris
Subject: [Emacs-diffs] master c876b73: ; * src/font.c (syms_of_font) <font-log>: Tweak previous doc fix.
Date: Sun, 07 Jun 2015 23:55:09 +0000

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

    ; * src/font.c (syms_of_font) <font-log>: Tweak previous doc fix.
---
 src/font.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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



reply via email to

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