* frames.texi (Initial Parameters): Doc fix.
Fixes: debbugs:12144
This commit is contained in:
parent
766376c674
commit
a9a3835c26
2 changed files with 11 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-11-05 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* frames.texi (Initial Parameters): Doc fix (Bug#12144).
|
||||
|
||||
2012-11-03 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* objects.texi (General Escape Syntax): Clarify the explanation of
|
||||
|
|
|
@ -419,16 +419,16 @@ 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 @dfn{minibuffer-only frame} with
|
||||
@code{(minibuffer . nil)}, and you have not created one, Emacs creates
|
||||
one for you.
|
||||
|
||||
@cindex minibuffer-only frame
|
||||
If these parameters include @code{(minibuffer . nil)}, that indicates
|
||||
that the initial frame should have no minibuffer. In this case, Emacs
|
||||
creates a separate @dfn{minibuffer-only frame} as well.
|
||||
|
||||
@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
|
||||
minibuffer-only frame that Emacs creates if @code{initial-frame-alist}
|
||||
specifies a frame with no minibuffer.
|
||||
creating an initial minibuffer-only frame (i.e.@: the minibuffer-only
|
||||
frame that Emacs creates if @code{initial-frame-alist} specifies a
|
||||
frame with no minibuffer).
|
||||
@end defopt
|
||||
|
||||
@defopt default-frame-alist
|
||||
|
|
Loading…
Add table
Reference in a new issue