diff options
| author | Juri Linkov | 2019-02-27 22:55:41 +0200 |
|---|---|---|
| committer | Juri Linkov | 2019-02-27 22:55:41 +0200 |
| commit | 5644369008966ef7a69a2a36dd0c08c52d4bc720 (patch) | |
| tree | 1919ca370b71e22ba41ad4aa0e7df382f1190af6 /doc/lispref | |
| parent | b18cecf89bbb9d2d057f86e8fa1a1f1417d887b6 (diff) | |
| download | emacs-5644369008966ef7a69a2a36dd0c08c52d4bc720.tar.gz emacs-5644369008966ef7a69a2a36dd0c08c52d4bc720.zip | |
* doc/emacs/frames.texi (Multiple Displays): Add make-frame-on-monitor.
* doc/lispref/frames.texi (Multiple Terminals): Add make-frame-on-monitor.
(Bug#34516)
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/frames.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 8cb406cded3..820006a5675 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -440,6 +440,17 @@ This function returns the attributes of the physical monitor | |||
| 440 | dominating (see above) @var{frame}, which defaults to the selected frame. | 440 | dominating (see above) @var{frame}, which defaults to the selected frame. |
| 441 | @end defun | 441 | @end defun |
| 442 | 442 | ||
| 443 | On multi-monitor displays it is possible to use the command | ||
| 444 | @code{make-frame-on-monitor} to make frames on the specified monitor. | ||
| 445 | |||
| 446 | @deffn Command make-frame-on-monitor monitor &optional display parameters | ||
| 447 | This function creates and returns a new frame on @var{monitor} located | ||
| 448 | on @var{display}, taking the other frame parameters from the alist | ||
| 449 | @var{parameters}. @var{monitor} should be the name of the physical | ||
| 450 | monitor, the same string as returned by the function | ||
| 451 | @code{display-monitor-attributes-list} in the attribute @code{name}. | ||
| 452 | @var{display} should be the name of an X display (a string). | ||
| 453 | @end deffn | ||
| 443 | 454 | ||
| 444 | @node Frame Geometry | 455 | @node Frame Geometry |
| 445 | @section Frame Geometry | 456 | @section Frame Geometry |