diff options
| author | Martin Rudalics | 2017-12-06 09:53:30 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2017-12-06 09:53:30 +0100 |
| commit | 5381c70b7a9d46fe4de205363b99f761e2475f1f (patch) | |
| tree | 9da3737c0d0a965f5b118c8e247af1f8e17df030 /doc | |
| parent | 46d62b9f36f1ef771a077df4227ae6559fb32e84 (diff) | |
| download | emacs-5381c70b7a9d46fe4de205363b99f761e2475f1f.tar.gz emacs-5381c70b7a9d46fe4de205363b99f761e2475f1f.zip | |
In windows.texi mention special splitting behavior of side and atomic windows
* doc/lispref/windows.texi (Splitting Windows): Add note about
and links to side and atomic windows.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/windows.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index e1eac457179..08ed092c48c 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -1109,7 +1109,10 @@ the size of @var{window} is not preserved. | |||
| 1109 | @cindex window splitting | 1109 | @cindex window splitting |
| 1110 | 1110 | ||
| 1111 | This section describes functions for creating a new window by | 1111 | This section describes functions for creating a new window by |
| 1112 | @dfn{splitting} an existing one. | 1112 | @dfn{splitting} an existing one. Note that some windows are special in |
| 1113 | the sense that these functions may fail to split them as described here. | ||
| 1114 | Examples of such windows are side windows (@pxref{Side Windows}) and | ||
| 1115 | atomic windows (@pxref{Atomic Windows}). | ||
| 1113 | 1116 | ||
| 1114 | @defun split-window &optional window size side pixelwise | 1117 | @defun split-window &optional window size side pixelwise |
| 1115 | This function creates a new live window next to the window | 1118 | This function creates a new live window next to the window |