# HG changeset patch # User Chong Yidong # Date 1242275385 0 # Node ID aa902960b81baba115d0a395f07d1266dfbf997d # Parent 8d1eae3ec9a694baccf138eeeeb1ec6532d43c1e * frames.texi (Buffer Parameters): Note that the minibuffer parameter can not be altered. diff -r 8d1eae3ec9a6 -r aa902960b81b doc/lispref/ChangeLog --- 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. diff -r 8d1eae3ec9a6 -r aa902960b81b doc/lispref/frames.texi --- 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