comparison doc/lispref/frames.texi @ 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 b269cabac20c
comparison
equal deleted inserted replaced
103226:8d1eae3ec9a6 103227:aa902960b81b
685 685
686 @table @code 686 @table @code
687 @item minibuffer 687 @item minibuffer
688 Whether this frame has its own minibuffer. The value @code{t} means 688 Whether this frame has its own minibuffer. The value @code{t} means
689 yes, @code{nil} means no, @code{only} means this frame is just a 689 yes, @code{nil} means no, @code{only} means this frame is just a
690 minibuffer. If the value is a minibuffer window (in some other frame), 690 minibuffer. If the value is a minibuffer window (in some other
691 the new frame uses that minibuffer. 691 frame), the frame uses that minibuffer.
692
693 This frame parameter takes effect when the frame is created, and can
694 not be changed afterwards.
692 695
693 @item buffer-predicate 696 @item buffer-predicate
694 The buffer-predicate function for this frame. The function 697 The buffer-predicate function for this frame. The function
695 @code{other-buffer} uses this predicate (from the selected frame) to 698 @code{other-buffer} uses this predicate (from the selected frame) to
696 decide which buffers it should consider, if the predicate is not 699 decide which buffers it should consider, if the predicate is not