diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/frames.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index aea5204d2f6..91c512c0ab4 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -590,12 +590,12 @@ inner frame. Its edges are called the @dfn{inner edges} of the frame. | |||
| 590 | The @dfn{inner width} and @dfn{inner height} specify the size of the | 590 | The @dfn{inner width} and @dfn{inner height} specify the size of the |
| 591 | rectangle. | 591 | rectangle. |
| 592 | 592 | ||
| 593 | @cindex non-minibuffer frame | 593 | @cindex minibuffer-less frame |
| 594 | @cindex minibuffer-only frame | 594 | @cindex minibuffer-only frame |
| 595 | As a rule, the inner frame is subdivided into the frame's root window | 595 | As a rule, the inner frame is subdivided into the frame's root window |
| 596 | (@pxref{Windows and Frames}) and the frame's minibuffer window | 596 | (@pxref{Windows and Frames}) and the frame's minibuffer window |
| 597 | (@pxref{Minibuffer Windows}). There are two notable exceptions to this | 597 | (@pxref{Minibuffer Windows}). There are two notable exceptions to this |
| 598 | rule: A @dfn{non-minibuffer frame} contains a root window only and does | 598 | rule: A @dfn{minibuffer-less frame} contains a root window only and does |
| 599 | not contain a minibuffer window. A @dfn{minibuffer-only frame} contains | 599 | not contain a minibuffer window. A @dfn{minibuffer-only frame} contains |
| 600 | only a minibuffer window which also serves as that frame's root window. | 600 | only a minibuffer window which also serves as that frame's root window. |
| 601 | See @ref{Initial Parameters} for how to create such frame | 601 | See @ref{Initial Parameters} for how to create such frame |