diff options
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. | |||
| 933 | Conversely, selecting a window for Emacs with @code{select-window} also | 933 | Conversely, selecting a window for Emacs with @code{select-window} also |
| 934 | makes that window selected within its frame. @xref{Selecting Windows}. | 934 | makes that window selected within its frame. @xref{Selecting Windows}. |
| 935 | 935 | ||
| 936 | @defun frame-root-window frame | ||
| 937 | This 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 |
| 941 | frame is @code{minibuffer-window}. @xref{Minibuffer Misc}. | 937 | frame is @code{minibuffer-window}. @xref{Minibuffer Misc}. |
| 942 | 938 | ||