diff options
| author | Eli Zaretskii | 2012-03-17 11:19:02 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-03-17 11:19:02 +0200 |
| commit | f761251a434c75e6eec2e70ac6839cf07ec32414 (patch) | |
| tree | 1eaf349475912f510d809fc38d010e2b6ab42860 | |
| parent | 9ac7a13f088b3efd9242622a3fda55e0616e4a8f (diff) | |
| download | emacs-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/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 @@ | |||
| 1 | 2012-03-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * frames.texi (Initial Parameters): Add an index entry for | ||
| 4 | minibuffer-only frame. | ||
| 5 | |||
| 1 | 2012-03-16 Glenn Morris <rgm@gnu.org> | 6 | 2012-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 | ||
| 423 | If these parameters specify a separate minibuffer-only frame with | 423 | If 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 |
| 425 | one for you. | 425 | one for you. |
| 426 | 426 | ||
| 427 | @cindex minibuffer-only frame | ||
| 427 | @defopt minibuffer-frame-alist | 428 | @defopt minibuffer-frame-alist |
| 428 | This variable's value is an alist of parameter values used when | 429 | This variable's value is an alist of parameter values used when |
| 429 | creating an initial minibuffer-only frame. This is the | 430 | creating an initial minibuffer-only frame. This is the |