diff options
author | Xue Fuqiao <xfq@gnu.org> | 2014-03-06 18:53:26 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq@gnu.org> | 2014-03-06 18:53:26 +0800 |
commit | 37b2bf43a95249276ecf0671c74dfa924a144f2c (patch) | |
tree | 05a2232b57635498327df7a05a67766eff8a4820 /doc/lispref/internals.texi | |
parent | 03bc753ef6410e0203886d48593f6f466873a53e (diff) | |
download | emacs-37b2bf43a95249276ecf0671c74dfa924a144f2c.tar.gz emacs-37b2bf43a95249276ecf0671c74dfa924a144f2c.tar.bz2 emacs-37b2bf43a95249276ecf0671c74dfa924a144f2c.zip |
Comment
Diffstat (limited to 'doc/lispref/internals.texi')
-rw-r--r-- | doc/lispref/internals.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 94e4b705105..759ed8ceedc 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -1266,6 +1266,8 @@ except to shape their child windows. Emacs Lisp programs usually have no access to the parent windows; they operate on the windows at the leaves of the tree, which actually display buffers. +@c FIXME: These two slots and the `buffer' slot below were replaced +@c with a single slot `contents' on 2013-03-28. --xfq @item hchild @itemx vchild These fields contain the window's leftmost child and its topmost child |