summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-01-03 21:16:15 +0000
committerRichard M. Stallman <rms@gnu.org>2004-01-03 21:16:15 +0000
commitfa70f18ef5c705c2d039a4543de233c77f2c0502 (patch)
treedab02964eac057fa3a06f330a425748f9a6d5525 /lispref
parent1424bf32dfe207047f299fdf79a4a1d4115e07f6 (diff)
downloademacs-fa70f18ef5c705c2d039a4543de233c77f2c0502.tar.gz
(Frames and Windows): Delete frame-root-window.
Diffstat (limited to 'lispref')
-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.
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}.