Add an index entry for "minibuffer-only frame".
doc/lispref/frames.texi (Initial Parameters): Add an index entry for minibuffer-only frame.
This commit is contained in:
parent
9ac7a13f08
commit
f761251a43
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-03-17 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* frames.texi (Initial Parameters): Add an index entry for
|
||||
minibuffer-only frame.
|
||||
|
||||
2012-03-16 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* modes.texi (Major Mode Conventions): Mention the strange
|
||||
|
|
|
@ -420,10 +420,11 @@ the initial frame, specify the same parameters in
|
|||
@code{initial-frame-alist} with values that match the X resources.
|
||||
@end defopt
|
||||
|
||||
If these parameters specify a separate minibuffer-only frame with
|
||||
If these parameters specify a separate @dfn{minibuffer-only frame} with
|
||||
@code{(minibuffer . nil)}, and you have not created one, Emacs creates
|
||||
one for you.
|
||||
|
||||
@cindex minibuffer-only frame
|
||||
@defopt minibuffer-frame-alist
|
||||
This variable's value is an alist of parameter values used when
|
||||
creating an initial minibuffer-only frame. This is the
|
||||
|
|
Loading…
Add table
Reference in a new issue