aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/windows.texi5
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
1111This section describes functions for creating a new window by 1111This 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
1113the sense that these functions may fail to split them as described here.
1114Examples of such windows are side windows (@pxref{Side Windows}) and
1115atomic windows (@pxref{Atomic Windows}).
1113 1116
1114@defun split-window &optional window size side pixelwise 1117@defun split-window &optional window size side pixelwise
1115This function creates a new live window next to the window 1118This function creates a new live window next to the window