changeset 100846:d74b83c02d95

(Choosing Window): Say that pop-up-frame-alist works via the default value of pop-up-frame-function.
author Martin Rudalics <rudalics@gmx.at>
date Sat, 03 Jan 2009 11:17:47 +0000
parents 58017ff34d94
children 883cbe72dc04
files doc/lispref/ChangeLog doc/lispref/windows.texi
diffstat 2 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Sat Jan 03 11:16:32 2009 +0000
+++ b/doc/lispref/ChangeLog	Sat Jan 03 11:17:47 2009 +0000
@@ -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
--- a/doc/lispref/windows.texi	Sat Jan 03 11:16:32 2009 +0000
+++ b/doc/lispref/windows.texi	Sat Jan 03 11:17:47 2009 +0000
@@ -1053,9 +1053,9 @@
 @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