# HG changeset patch # User Gerd Moellmann # Date 989404727 0 # Node ID 694764db81f8bfa0672c36d85137685b47c2d487 # Parent 4364ececf7abcd67de810ea6536583f0480593e4 Comment fixes. diff -r 4364ececf7ab -r 694764db81f8 src/dispextern.h --- a/src/dispextern.h Wed May 09 09:50:49 2001 +0000 +++ b/src/dispextern.h Wed May 09 10:38:47 2001 +0000 @@ -502,10 +502,12 @@ 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; };