# HG changeset patch # User Richard M. Stallman # Date 1076980445 0 # Node ID 8445cf412e9ffa4adbed394f624907233f52edbb # Parent ff694e194b0152674bfc1a059d76cc8fdc6104a0 Minor fix. (Buffers and Windows): Delete false table about all-frames. diff -r ff694e194b01 -r 8445cf412e9f lispref/windows.texi --- a/lispref/windows.texi Tue Feb 17 01:12:57 2004 +0000 +++ b/lispref/windows.texi Tue Feb 17 01:14:05 2004 +0000 @@ -18,7 +18,7 @@ * 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 @@ 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