diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-10-26 15:37:49 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-10-26 15:37:49 +0000 |
commit | b4355e38476fcf0c2303ee5a339d5281fe2751fd (patch) | |
tree | bc9adca2e98a58f5d1497d9691207632ef6bfc5d | |
parent | 79dcc28bc3ac9d6989bbb0307cada29658bc1c70 (diff) | |
download | emacs-b4355e38476fcf0c2303ee5a339d5281fe2751fd.tar.gz |
Remove pseudo_window_p.
-rw-r--r-- | lispref/internals.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lispref/internals.texi b/lispref/internals.texi index 3409c4503b8..6fdf3b9a188 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi @@ -1270,10 +1270,6 @@ the last redisplay. @item must_be_updated_p This is set to 1 during redisplay when this window must be updated. -@item pseudo_window_p -A non-zero value of this field means this is a window that is not -part of the normal window tree. - @item hscroll This is the number of columns that the display in the window is scrolled horizontally to the left. Normally, this is 0. |