mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
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
@ -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…
Reference in New Issue
Block a user