Mercurial > emacs
changeset 103227:aa902960b81b
* frames.texi (Buffer Parameters): Note that the minibuffer parameter
can not be altered.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 14 May 2009 04:29:45 +0000 |
parents | 8d1eae3ec9a6 |
children | 7300fabaa28b |
files | doc/lispref/ChangeLog doc/lispref/frames.texi |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Thu May 14 04:00:44 2009 +0000 +++ b/doc/lispref/ChangeLog Thu May 14 04:29:45 2009 +0000 @@ -2,6 +2,8 @@ * frames.texi (Initial Parameters): Clarify what the initial minibuffer frame is. + (Buffer Parameters): Note that the minibuffer parameter can not be + altered. * anti.texi (Antinews): Copyedits. Rearrange some entries. Document display-buffer changes.
--- a/doc/lispref/frames.texi Thu May 14 04:00:44 2009 +0000 +++ b/doc/lispref/frames.texi Thu May 14 04:29:45 2009 +0000 @@ -687,8 +687,11 @@ @item minibuffer Whether this frame has its own minibuffer. The value @code{t} means yes, @code{nil} means no, @code{only} means this frame is just a -minibuffer. If the value is a minibuffer window (in some other frame), -the new frame uses that minibuffer. +minibuffer. If the value is a minibuffer window (in some other +frame), the frame uses that minibuffer. + +This frame parameter takes effect when the frame is created, and can +not be changed afterwards. @item buffer-predicate The buffer-predicate function for this frame. The function