diff options
| author | Glenn Morris | 2012-11-16 19:33:34 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-16 19:33:34 -0800 |
| commit | 2279276c8415433b73d6ac62df9319fbcc097746 (patch) | |
| tree | 3dc34a7b70ffc234490ace0429296a3c74b10081 | |
| parent | 7fe37cfcce719480da3bafd2e7f1346c2f44b22e (diff) | |
| download | emacs-2279276c8415433b73d6ac62df9319fbcc097746.tar.gz emacs-2279276c8415433b73d6ac62df9319fbcc097746.zip | |
* frames.texi (Display Action Functions): Mention pop-up-frame-parameters.
* etc/NEWS: Related markup.
| -rw-r--r-- | doc/lispref/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 4 | ||||
| -rw-r--r-- | etc/NEWS | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 6726c6d2ad0..32aca367546 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | * frames.texi (Size and Position): Add fit-frame-to-buffer command. | 5 | * frames.texi (Size and Position): Add fit-frame-to-buffer command. |
| 6 | * windows.texi (Resizing Windows): Add fit-frame-to-buffer option. | 6 | * windows.texi (Resizing Windows): Add fit-frame-to-buffer option. |
| 7 | (Window Sizes): Add vindex for window-min-height, window-min-width. | 7 | (Window Sizes): Add vindex for window-min-height, window-min-width. |
| 8 | (Display Action Functions): Mention pop-up-frame-parameters. | ||
| 8 | 9 | ||
| 9 | 2012-11-16 Martin Rudalics <rudalics@gmx.at> | 10 | 2012-11-16 Martin Rudalics <rudalics@gmx.at> |
| 10 | 11 | ||
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. | |||
| 1932 | This function creates a new frame, and displays the buffer in that | 1932 | This function creates a new frame, and displays the buffer in that |
| 1933 | frame's window. It actually performs the frame creation by calling | 1933 | frame's window. It actually performs the frame creation by calling |
| 1934 | the function specified in @code{pop-up-frame-function} | 1934 | the function specified in @code{pop-up-frame-function} |
| 1935 | (@pxref{Choosing Window Options}). | 1935 | (@pxref{Choosing Window Options}). If @var{alist} contains a |
| 1936 | @code{pop-up-frame-parameters} entry, the associated value | ||
| 1937 | is added to the newly created frame's parameters. | ||
| 1936 | @end defun | 1938 | @end defun |
| 1937 | 1939 | ||
| 1938 | @defun display-buffer-pop-up-window buffer alist | 1940 | @defun display-buffer-pop-up-window buffer alist |
| @@ -868,11 +868,11 @@ window's point when switching buffers. | |||
| 868 | +++ | 868 | +++ |
| 869 | *** New display action functions `display-buffer-below-selected', | 869 | *** New display action functions `display-buffer-below-selected', |
| 870 | and `display-buffer-in-previous-window'. | 870 | and `display-buffer-in-previous-window'. |
| 871 | 871 | +++ | |
| 872 | *** New display action alist entry `inhibit-switch-frame', if non-nil, | 872 | *** New display action alist entry `inhibit-switch-frame', if non-nil, |
| 873 | tells display action functions to avoid changing which frame is | 873 | tells display action functions to avoid changing which frame is |
| 874 | selected. | 874 | selected. |
| 875 | 875 | +++ | |
| 876 | *** New display action alist entry `pop-up-frame-parameters', if | 876 | *** New display action alist entry `pop-up-frame-parameters', if |
| 877 | non-nil, specifies frame parameters to give any newly-created frame. | 877 | non-nil, specifies frame parameters to give any newly-created frame. |
| 878 | +++ | 878 | +++ |