mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-19 10:22:27 +00:00
(fonts_changed_p): Comment improved.
This commit is contained in:
parent
c6b278e7cb
commit
3aa9f0c408
@ -324,7 +324,9 @@ static struct frame *frame_matrix_frame;
|
|||||||
matrix adjustments. Redisplay must stop, and glyph matrices must
|
matrix adjustments. Redisplay must stop, and glyph matrices must
|
||||||
be adjusted when this flag becomes non-zero during display. The
|
be adjusted when this flag becomes non-zero during display. The
|
||||||
reason fonts can be loaded so late is that fonts of fontsets are
|
reason fonts can be loaded so late is that fonts of fontsets are
|
||||||
loaded on demand. */
|
loaded on demand. Another reason is that a line contains many
|
||||||
|
characters displayed by zero width or very narrow glyphs of
|
||||||
|
variable-width fonts. */
|
||||||
|
|
||||||
int fonts_changed_p;
|
int fonts_changed_p;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user