aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/frames.texi4
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.
590The @dfn{inner width} and @dfn{inner height} specify the size of the 590The @dfn{inner width} and @dfn{inner height} specify the size of the
591rectangle. 591rectangle.
592 592
593@cindex non-minibuffer frame 593@cindex minibuffer-less frame
594@cindex minibuffer-only frame 594@cindex minibuffer-only frame
595As a rule, the inner frame is subdivided into the frame's root window 595As 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
598rule: A @dfn{non-minibuffer frame} contains a root window only and does 598rule: A @dfn{minibuffer-less frame} contains a root window only and does
599not contain a minibuffer window. A @dfn{minibuffer-only frame} contains 599not contain a minibuffer window. A @dfn{minibuffer-only frame} contains
600only a minibuffer window which also serves as that frame's root window. 600only a minibuffer window which also serves as that frame's root window.
601See @ref{Initial Parameters} for how to create such frame 601See @ref{Initial Parameters} for how to create such frame