aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/frames.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r--lispref/frames.texi4
1 files changed, 0 insertions, 4 deletions
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.
933 Conversely, selecting a window for Emacs with @code{select-window} also 933 Conversely, selecting a window for Emacs with @code{select-window} also
934makes that window selected within its frame. @xref{Selecting Windows}. 934makes that window selected within its frame. @xref{Selecting Windows}.
935 935
936@defun frame-root-window frame
937This function returns the window at the top left corner of @var{frame}.
938@end defun
939
940 Another function that (usually) returns one of the windows in a given 936 Another function that (usually) returns one of the windows in a given
941frame is @code{minibuffer-window}. @xref{Minibuffer Misc}. 937frame is @code{minibuffer-window}. @xref{Minibuffer Misc}.
942 938