1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00

Comment fixes.

This commit is contained in:
Gerd Moellmann 2001-05-09 10:38:47 +00:00
parent 3e057f36a0
commit a36d22d2ed

View file

@ -502,10 +502,12 @@ struct glyph_matrix
char method[512];
#endif
/* The buffer this matrix displays. Set in redisplay_internal. */
/* The buffer this matrix displays. Set in
mark_window_display_accurate_1. */
struct buffer *buffer;
/* Values of BEGV and ZV as of last redisplay. */
/* Values of BEGV and ZV as of last redisplay. Set in
mark_window_display_accurate_1. */
int begv, zv;
};