From: Richard M. Stallman Date: Sat, 3 Jan 2004 21:16:15 +0000 (+0000) Subject: (Frames and Windows): Delete frame-root-window. X-Git-Tag: ttn-vms-21-2-B4~8011 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95c3bdddc49802bdcc3c3411681af9767a65837a;p=emacs.git (Frames and Windows): Delete frame-root-window. --- diff --git a/lispref/frames.texi b/lispref/frames.texi index ec3c1c6dc7c..a9b29332200 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -933,10 +933,6 @@ selected window. 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}.