diff options
| author | Jim Blandy | 1992-10-19 18:47:21 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-10-19 18:47:21 +0000 |
| commit | 27daff1e907e392b5a0886e746bc89d60495c875 (patch) | |
| tree | abca73241fa621aa14e742d4c750847d10b9df92 | |
| parent | 605be8af79110be3db1bcb76575f82651f99379d (diff) | |
| download | emacs-27daff1e907e392b5a0886e746bc89d60495c875.tar.gz emacs-27daff1e907e392b5a0886e746bc89d60495c875.zip | |
* window.h (struct window): Doc fix.
| -rw-r--r-- | src/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 67 | minibuffer, prev of the minibuf window is the root window and next of | 67 | minibuffer, prev of the minibuf window is the root window and next of |
| 68 | the root window is the minibuf window. On minibufferless screens or | 68 | the root window is the minibuf window. On minibufferless screens or |
| 69 | minibuffer-only screens, the root window and the minibuffer window are | 69 | minibuffer-only screens, the root window and the minibuffer window are |
| 70 | one and the same, so its prev and next members are nil. */ | 70 | one and the same, so its prev and next members are nil. |
| 71 | 71 | ||
| 72 | A dead window has its buffer, hchild, and vchild windows all nil. */ | ||
| 72 | 73 | ||
| 73 | struct window | 74 | struct window |
| 74 | { | 75 | { |