changeset 37628:694764db81f8

Comment fixes.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 09 May 2001 10:38:47 +0000
parents 4364ececf7ab
children 3f2fa4bf3af6
files src/dispextern.h
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;
 };