diff options
author | Glenn Morris <rgm@gnu.org> | 2012-11-16 19:33:34 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-11-16 19:33:34 -0800 |
commit | 2279276c8415433b73d6ac62df9319fbcc097746 (patch) | |
tree | 3dc34a7b70ffc234490ace0429296a3c74b10081 /doc/lispref/windows.texi | |
parent | 7fe37cfcce719480da3bafd2e7f1346c2f44b22e (diff) | |
download | emacs-2279276c8415433b73d6ac62df9319fbcc097746.tar.gz |
* frames.texi (Display Action Functions): Mention pop-up-frame-parameters.
* etc/NEWS: Related markup.
Diffstat (limited to 'doc/lispref/windows.texi')
-rw-r--r-- | doc/lispref/windows.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 9a5c7f053e6..439e807260f 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -1932,7 +1932,9 @@ entry (@pxref{Choosing Window Options}), raises that frame if necessary. This function creates a new frame, and displays the buffer in that frame's window. It actually performs the frame creation by calling the function specified in @code{pop-up-frame-function} -(@pxref{Choosing Window Options}). +(@pxref{Choosing Window Options}). If @var{alist} contains a +@code{pop-up-frame-parameters} entry, the associated value +is added to the newly created frame's parameters. @end defun @defun display-buffer-pop-up-window buffer alist |