diff options
-rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
-rw-r--r-- | doc/lispref/frames.texi | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 576f543a9f0..b1138e8363d 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -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 diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index a01ad051489..125d6071cab 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -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 |