]> git.eshelyaron.com Git - emacs.git/commitdiff
* frames.texi (Initial Parameters): Doc fix.
authorChong Yidong <cyd@gnu.org>
Mon, 5 Nov 2012 14:30:58 +0000 (22:30 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 5 Nov 2012 14:30:58 +0000 (22:30 +0800)
Fixes: debbugs:12144
doc/lispref/ChangeLog
doc/lispref/frames.texi

index 17bd43fc0d9224d9d1dc417e27a1027bd89baf44..8057089cf685de9481a0e60883a6a6d90f2511e4 100644 (file)
@@ -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
index f58d62675e531ad897cf8e8e490f2ae80aacecda..27d55c4fdb9c85beedfc32c3c3c2b6f24ea8a3e7 100644 (file)
@@ -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