From: Gerd Moellmann Date: Wed, 9 May 2001 10:38:47 +0000 (+0000) Subject: Comment fixes. X-Git-Tag: emacs-pretest-21.0.104~583 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a36d22d2ed9087b71a23b2ea8ba79b29250c94dc;p=emacs.git Comment fixes. --- diff --git a/src/dispextern.h b/src/dispextern.h index 7018812aba7..6a319f2138e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -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; };