1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

* dispextern.h (struct frame_glyphs): Doc fix.

This commit is contained in:
Jim Blandy 1992-12-06 22:15:29 +00:00
parent a293299024
commit 8f607ef0e3

View 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;