]> code.delx.au - gnu-emacs/commitdiff
* window.h (struct window): Doc fix.
authorJim Blandy <jimb@redhat.com>
Mon, 19 Oct 1992 18:47:21 +0000 (18:47 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 19 Oct 1992 18:47:21 +0000 (18:47 +0000)
src/window.h

index aa4278623ca80f0ce38c37c02c4122a7d84b05d3..6458fd3ae5eec41908412868b8f317476df616fd 100644 (file)
@@ -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
   {