# HG changeset patch # User Jim Blandy # Date 719520441 0 # Node ID 3b0906e2b82c8b4c4ce94fa338d1195b75aa834c # Parent 559d2f2119aacd3f6bd94263ff346c48b4c523c7 * window.h (struct window): Doc fix. diff -r 559d2f2119aa -r 3b0906e2b82c src/window.h --- 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 {