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.
This commit is contained in:
parent
46d62b9f36
commit
5381c70b7a
1 changed files with 4 additions and 1 deletions
|
@ -1109,7 +1109,10 @@ the size of @var{window} is not preserved.
|
|||
@cindex window splitting
|
||||
|
||||
This section describes functions for creating a new window by
|
||||
@dfn{splitting} an existing one.
|
||||
@dfn{splitting} an existing one. Note that some windows are special in
|
||||
the sense that these functions may fail to split them as described here.
|
||||
Examples of such windows are side windows (@pxref{Side Windows}) and
|
||||
atomic windows (@pxref{Atomic Windows}).
|
||||
|
||||
@defun split-window &optional window size side pixelwise
|
||||
This function creates a new live window next to the window
|
||||
|
|
Loading…
Add table
Reference in a new issue