diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-01-03 21:16:15 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-01-03 21:16:15 +0000 |
commit | 95c3bdddc49802bdcc3c3411681af9767a65837a (patch) | |
tree | 4d962d6b14f97c3f8ca8eb5e0467282167a833ca /lispref/frames.texi | |
parent | 21749f14c7dfac88a0c1e0e748f222e4ca83bef6 (diff) | |
download | emacs-95c3bdddc49802bdcc3c3411681af9767a65837a.tar.gz |
(Frames and Windows): Delete frame-root-window.
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r-- | lispref/frames.texi | 4 |
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}. |