aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2015-08-21 11:37:27 +0200
committerMartin Rudalics2015-08-21 11:37:27 +0200
commitb77bdb50ad44888d0544479f5bf74635ac9b06c1 (patch)
treeacdc73b3d5078e21a2613089dbe91445d18d18b2
parente656b511a882410d3e0925c8e4385022649b71cc (diff)
downloademacs-b77bdb50ad44888d0544479f5bf74635ac9b06c1.tar.gz
emacs-b77bdb50ad44888d0544479f5bf74635ac9b06c1.zip
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".
-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