Mercurial > emacs
changeset 94946:6009a07ef854
(fonts_changed_p): Comment improved.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 14 May 2008 01:47:59 +0000 |
parents | a2e5869bc360 |
children | 73aea1b3e254 |
files | src/dispnew.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;