Mercurial > emacs
diff src/window.h @ 1445:3b0906e2b82c
* window.h (struct window): Doc fix.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Mon, 19 Oct 1992 18:47:21 +0000 |
| parents | 61c6983219ff |
| children | a45910fb5bbc |
line wrap: on
line diff
--- a/src/window.h Mon Oct 19 18:46:29 1992 +0000 +++ b/src/window.h Mon Oct 19 18:47:21 1992 +0000 @@ -67,8 +67,9 @@ minibuffer, prev of the minibuf window is the root window and next of the root window is the minibuf window. On minibufferless screens or minibuffer-only screens, the root window and the minibuffer window are -one and the same, so its prev and next members are nil. */ +one and the same, so its prev and next members are nil. +A dead window has its buffer, hchild, and vchild windows all nil. */ struct window {
