]> git.eshelyaron.com Git - emacs.git/commitdiff
(Choosing Window): Say that pop-up-frame-alist
authorMartin Rudalics <rudalics@gmx.at>
Sat, 3 Jan 2009 11:17:47 +0000 (11:17 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Sat, 3 Jan 2009 11:17:47 +0000 (11:17 +0000)
works via the default value of pop-up-frame-function.

doc/lispref/ChangeLog
doc/lispref/windows.texi

index b3e302cdc7bb14a428d6c8a225ebb8aab2c38d01..be8814689bdb09e76bb080ff5ad098811c8ec90d 100644 (file)
@@ -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
index 8dd874f09b28e7b52cdb7c5d0def988b8aff4198..bbb064ff2234024a5ac220eb5b3f5f66ce2051d4 100644 (file)
@@ -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