From b77bdb50ad44888d0544479f5bf74635ac9b06c1 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Fri, 21 Aug 2015 11:37:27 +0200 Subject: [PATCH] In frames.texi use "minibuffer-less frame" instead of "non-minibuffer frame" * doc/lispref/frames.texi (Frame Layout): Use "minibuffer-less frame" instead of "non-minibuffer frame". --- doc/lispref/frames.texi | 4 ++-- 1 file 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. The @dfn{inner width} and @dfn{inner height} specify the size of the rectangle. -@cindex non-minibuffer frame +@cindex minibuffer-less frame @cindex minibuffer-only frame As a rule, the inner frame is subdivided into the frame's root window (@pxref{Windows and Frames}) and the frame's minibuffer window (@pxref{Minibuffer Windows}). There are two notable exceptions to this -rule: A @dfn{non-minibuffer frame} contains a root window only and does +rule: A @dfn{minibuffer-less frame} contains a root window only and does not contain a minibuffer window. A @dfn{minibuffer-only frame} contains only a minibuffer window which also serves as that frame's root window. See @ref{Initial Parameters} for how to create such frame -- 2.39.2