(Choosing Window): Say that pop-up-frame-alist
works via the default value of pop-up-frame-function.
This commit is contained in:
parent
8b7d0a16b2
commit
9f822178d7
2 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2009-01-03 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* windows.texi (Choosing Window): Say that pop-up-frame-alist
|
||||
works via the default value of pop-up-frame-function.
|
||||
|
||||
2009-01-02 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* processes.texi (System Processes): Document the `time' and
|
||||
|
|
|
|||
|
|
@ -1053,9 +1053,9 @@ variable is a function that creates a frame using parameters from
|
|||
@end defopt
|
||||
|
||||
@defopt pop-up-frame-alist
|
||||
This variable holds an alist specifying frame parameters used when
|
||||
@code{display-buffer} makes a new frame. @xref{Frame Parameters}, for
|
||||
more information about frame parameters.
|
||||
This variable holds an alist specifying frame parameters used by the
|
||||
default value of @code{pop-up-frame-function} for making new frames.
|
||||
@xref{Frame Parameters}, for more information about frame parameters.
|
||||
@end defopt
|
||||
|
||||
@defopt special-display-buffer-names
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue