From 27daff1e907e392b5a0886e746bc89d60495c875 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 19 Oct 1992 18:47:21 +0000 Subject: [PATCH] * window.h (struct window): Doc fix. --- src/window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/window.h b/src/window.h index aa4278623ca..6458fd3ae5e 100644 --- a/src/window.h +++ b/src/window.h @@ -67,8 +67,9 @@ In any case, on screens which have an ordinary window and a 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 {