diff options
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 |