Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
85b812f6
Commit
85b812f6
authored
Jun 07, 2015
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/font.c (syms_of_font) <font-log>: Doc fix.
parent
86abad65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/font.c
src/font.c
+4
-4
No files found.
src/font.c
View file @
85b812f6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment