aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2012-03-17 11:19:02 +0200
committerEli Zaretskii2012-03-17 11:19:02 +0200
commitf761251a434c75e6eec2e70ac6839cf07ec32414 (patch)
tree1eaf349475912f510d809fc38d010e2b6ab42860
parent9ac7a13f088b3efd9242622a3fda55e0616e4a8f (diff)
downloademacs-f761251a434c75e6eec2e70ac6839cf07ec32414.tar.gz
emacs-f761251a434c75e6eec2e70ac6839cf07ec32414.zip
Add an index entry for "minibuffer-only frame".
doc/lispref/frames.texi (Initial Parameters): Add an index entry for minibuffer-only frame.
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/frames.texi3
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 @@
12012-03-17 Eli Zaretskii <eliz@gnu.org>
2
3 * frames.texi (Initial Parameters): Add an index entry for
4 minibuffer-only frame.
5
12012-03-16 Glenn Morris <rgm@gnu.org> 62012-03-16 Glenn Morris <rgm@gnu.org>
2 7
3 * modes.texi (Major Mode Conventions): Mention the strange 8 * 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
420@code{initial-frame-alist} with values that match the X resources. 420@code{initial-frame-alist} with values that match the X resources.
421@end defopt 421@end defopt
422 422
423If these parameters specify a separate minibuffer-only frame with 423If these parameters specify a separate @dfn{minibuffer-only frame} with
424@code{(minibuffer . nil)}, and you have not created one, Emacs creates 424@code{(minibuffer . nil)}, and you have not created one, Emacs creates
425one for you. 425one for you.
426 426
427@cindex minibuffer-only frame
427@defopt minibuffer-frame-alist 428@defopt minibuffer-frame-alist
428This variable's value is an alist of parameter values used when 429This variable's value is an alist of parameter values used when
429creating an initial minibuffer-only frame. This is the 430creating an initial minibuffer-only frame. This is the