diff options
| author | Kenichi Handa | 2008-05-14 01:47:59 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-05-14 01:47:59 +0000 |
| commit | 3aa9f0c4083a096d1d410c6dcda35fe812af004f (patch) | |
| tree | 42278b9e74d508c158a0ebc38dcca5fac9ddf74b /src | |
| parent | c6b278e7cb1a8d5a51fcc947e495a3e5f7148aab (diff) | |
| download | emacs-3aa9f0c4083a096d1d410c6dcda35fe812af004f.tar.gz emacs-3aa9f0c4083a096d1d410c6dcda35fe812af004f.zip | |
(fonts_changed_p): Comment improved.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index f61b18de444..4040048c024 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -324,7 +324,9 @@ static struct frame *frame_matrix_frame; | |||
| 324 | matrix adjustments. Redisplay must stop, and glyph matrices must | 324 | matrix adjustments. Redisplay must stop, and glyph matrices must |
| 325 | be adjusted when this flag becomes non-zero during display. The | 325 | be adjusted when this flag becomes non-zero during display. The |
| 326 | reason fonts can be loaded so late is that fonts of fontsets are | 326 | reason fonts can be loaded so late is that fonts of fontsets are |
| 327 | loaded on demand. */ | 327 | loaded on demand. Another reason is that a line contains many |
| 328 | characters displayed by zero width or very narrow glyphs of | ||
| 329 | variable-width fonts. */ | ||
| 328 | 330 | ||
| 329 | int fonts_changed_p; | 331 | int fonts_changed_p; |
| 330 | 332 | ||