* dispextern.h (struct frame_glyphs): Doc fix.
authorJim Blandy <jimb@redhat.com>
Sun, 6 Dec 1992 22:15:29 +0000 (22:15 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 6 Dec 1992 22:15:29 +0000 (22:15 +0000)
src/dispextern.h

index be6c2fb..1957e3b 100644 (file)
@@ -101,6 +101,7 @@ struct frame_glyphs
 
     /* When representing a desired frame,
          enable[n] == 0 means that line n is same as current frame.
+        Between updates, all lines should be disabled.
        When representing current frame contents,
          enable[n] == 0 means that line n is blank.  */
     char *enable;