diff options
| author | Martin Rudalics | 2015-08-21 11:37:27 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2015-08-21 11:37:27 +0200 |
| commit | b77bdb50ad44888d0544479f5bf74635ac9b06c1 (patch) | |
| tree | acdc73b3d5078e21a2613089dbe91445d18d18b2 | |
| parent | e656b511a882410d3e0925c8e4385022649b71cc (diff) | |
| download | emacs-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.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 |