summaryrefslogtreecommitdiff
path: root/lispref/windows.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-02-17 01:15:45 +0000
committerRichard M. Stallman <rms@gnu.org>2004-02-17 01:15:45 +0000
commit84e34002192697facaee1137ff7516f4981ca6a0 (patch)
tree39941a7677e811a0fdff005a355575c2afe335c7 /lispref/windows.texi
parentee49c7d90e95d63f4e602895cf3ae7c658cfda46 (diff)
downloademacs-84e34002192697facaee1137ff7516f4981ca6a0.tar.gz
Minor fix.
(Buffers and Windows): Delete false table about all-frames.
Diffstat (limited to 'lispref/windows.texi')
-rw-r--r--lispref/windows.texi17
1 files changed, 1 insertions, 16 deletions
diff --git a/lispref/windows.texi b/lispref/windows.texi
index 425d5601ec9..f63ef744e67 100644
--- a/lispref/windows.texi
+++ b/lispref/windows.texi
@@ -18,7 +18,7 @@ displayed in windows.
* Selecting Windows:: The selected window is the one that you edit in.
* Cyclic Window Ordering:: Moving around the existing windows.
* Buffers and Windows:: Each window displays the contents of a buffer.
-* Displaying Buffers:: Higher-lever functions for displaying a buffer
+* Displaying Buffers:: Higher-level functions for displaying a buffer
and choosing a window for it.
* Choosing Window:: How to choose a window for displaying a buffer.
* Window Point:: Each window has its own location of point.
@@ -720,21 +720,6 @@ The two optional arguments work like the optional arguments of
like the single optional argument of @code{get-buffer-window}. Perhaps
we should change @code{get-buffer-window} in the future to make it
compatible with the other functions.
-
-The argument @var{all-frames} controls which windows to consider.
-
-@itemize @bullet
-@item
-If it is @code{nil}, consider windows on the selected frame.
-@item
-If it is @code{t}, consider windows on all frames.
-@item
-If it is @code{visible}, consider windows on all visible frames.
-@item
-If it is 0, consider windows on all visible or iconified frames.
-@item
-If it is a frame, consider windows on that frame.
-@end itemize
@end defun
@defvar buffer-display-time