diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b3e302cdc7b..be8814689bd 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-01-03 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * windows.texi (Choosing Window): Say that pop-up-frame-alist | ||
| 4 | works via the default value of pop-up-frame-function. | ||
| 5 | |||
| 1 | 2009-01-02 Eli Zaretskii <eliz@gnu.org> | 6 | 2009-01-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * processes.texi (System Processes): Document the `time' and | 8 | * processes.texi (System Processes): Document the `time' and |
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 8dd874f09b2..bbb064ff223 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -1053,9 +1053,9 @@ variable is a function that creates a frame using parameters from | |||
| 1053 | @end defopt | 1053 | @end defopt |
| 1054 | 1054 | ||
| 1055 | @defopt pop-up-frame-alist | 1055 | @defopt pop-up-frame-alist |
| 1056 | This variable holds an alist specifying frame parameters used when | 1056 | This variable holds an alist specifying frame parameters used by the |
| 1057 | @code{display-buffer} makes a new frame. @xref{Frame Parameters}, for | 1057 | default value of @code{pop-up-frame-function} for making new frames. |
| 1058 | more information about frame parameters. | 1058 | @xref{Frame Parameters}, for more information about frame parameters. |
| 1059 | @end defopt | 1059 | @end defopt |
| 1060 | 1060 | ||
| 1061 | @defopt special-display-buffer-names | 1061 | @defopt special-display-buffer-names |