changeset 1445:3b0906e2b82c

* window.h (struct window): Doc fix.
author Jim Blandy <jimb@redhat.com>
date Mon, 19 Oct 1992 18:47:21 +0000
parents 559d2f2119aa
children 37b3c2981b40
files src/window.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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
   {