mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
* window.h (struct window): Doc fix.
This commit is contained in:
parent
605be8af79
commit
27daff1e90
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue