Mercurial > hg > xemacs-beta
diff man/lispref/frames.texi @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 05472e90ae02 |
line wrap: on
line diff
--- a/man/lispref/frames.texi Mon Aug 13 08:45:53 2007 +0200 +++ b/man/lispref/frames.texi Mon Aug 13 08:46:35 2007 +0200 @@ -608,13 +608,12 @@ is used whenever that frame is selected. If the frame has a minibuffer, you can get it with @code{minibuffer-window} (@pxref{Minibuffer Misc}). -However, you can also create a frame with no minibuffer (this is not -implemented as of 19.13, but will be in 19.14). Such a frame must use -the minibuffer window of some other frame. When you create the frame, -you can specify explicitly the minibuffer window to use (in some other -frame). If you don't, then the minibuffer is found in the frame which is -the value of the variable @code{default-minibuffer-frame}. Its value -should be a frame which does have a minibuffer. +However, you can also create a frame with no minibuffer. Such a frame +must use the minibuffer window of some other frame. When you create the +frame, you can specify explicitly the minibuffer window to use (in some +other frame). If you don't, then the minibuffer is found in the frame +which is the value of the variable @code{default-minibuffer-frame}. Its +value should be a frame which does have a minibuffer. @ignore Not yet in XEmacs If you use a minibuffer-only frame, you might want that frame to raise