From: Chong Yidong Date: Mon, 5 Nov 2012 14:30:58 +0000 (+0800) Subject: * frames.texi (Initial Parameters): Doc fix. X-Git-Tag: emacs-24.2.90~168 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9a3835c2671e24dc3b41c6b9bc9469ee66b7510;p=emacs.git * frames.texi (Initial Parameters): Doc fix. Fixes: debbugs:12144 --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 17bd43fc0d9..8057089cf68 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-11-05 Chong Yidong + + * frames.texi (Initial Parameters): Doc fix (Bug#12144). + 2012-11-03 Chong Yidong * objects.texi (General Escape Syntax): Clarify the explanation of diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index f58d62675e5..27d55c4fdb9 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -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