Mercurial > emacs
diff doc/lispref/frames.texi @ 103226:8d1eae3ec9a6
* frames.texi (Initial Parameters): Clarify what the initial
minibuffer frame is.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Thu, 14 May 2009 04:00:44 +0000 |
| parents | a3671220e5f4 |
| children | aa902960b81b |
line wrap: on
line diff
--- a/doc/lispref/frames.texi Thu May 14 03:50:53 2009 +0000 +++ b/doc/lispref/frames.texi Thu May 14 04:00:44 2009 +0000 @@ -433,9 +433,10 @@ one for you. @defvar minibuffer-frame-alist -This variable's value is an alist of parameter values used when creating -an initial minibuffer-only frame---if such a frame is needed, according -to the parameters for the main initial frame. +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. @end defvar @defvar default-frame-alist
