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:
parent
3e057f36a0
commit
a36d22d2ed
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue