# HG changeset patch # User Kenichi Handa # Date 1210729679 0 # Node ID 6009a07ef8544cc6d2fb272b6668c30d9b487140 # Parent a2e5869bc360ce310561a1ef3a21427b8e520513 (fonts_changed_p): Comment improved. diff -r a2e5869bc360 -r 6009a07ef854 src/dispnew.c --- a/src/dispnew.c Wed May 14 01:46:15 2008 +0000 +++ b/src/dispnew.c Wed May 14 01:47:59 2008 +0000 @@ -324,7 +324,9 @@ matrix adjustments. Redisplay must stop, and glyph matrices must be adjusted when this flag becomes non-zero during display. The 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;