# HG changeset patch # User Richard M. Stallman <rms@gnu.org> # Date 1073164575 0 # Node ID 11067d9b11b9e0c6c7ecd1a32a754766512e3e16 # Parent e7d6a284bd5ac5eb1a61f1e64965210096d3dee4 (Frames and Windows): Delete frame-root-window. diff -r e7d6a284bd5a -r 11067d9b11b9 lispref/frames.texi --- a/lispref/frames.texi Sat Jan 03 21:15:28 2004 +0000 +++ b/lispref/frames.texi Sat Jan 03 21:16:15 2004 +0000 @@ -933,10 +933,6 @@ Conversely, selecting a window for Emacs with @code{select-window} also makes that window selected within its frame. @xref{Selecting Windows}. -@defun frame-root-window frame -This function returns the window at the top left corner of @var{frame}. -@end defun - Another function that (usually) returns one of the windows in a given frame is @code{minibuffer-window}. @xref{Minibuffer Misc}.