aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2017-12-09 10:13:02 +0100
committerMichael Albinus2017-12-09 10:13:02 +0100
commit0667d7a160c8110fb0d29e7c2fa6d0cd2ec02cf0 (patch)
treee09ac5ca843a5bfa6463f0be1dfadd77650e3d46 /doc
parent198e0d49d82969d103a520fb1266abba64a26de9 (diff)
parent5381c70b7a9d46fe4de205363b99f761e2475f1f (diff)
downloademacs-0667d7a160c8110fb0d29e7c2fa6d0cd2ec02cf0.tar.gz
emacs-0667d7a160c8110fb0d29e7c2fa6d0cd2ec02cf0.zip
Merge from origin/emacs-26
5381c70b7a In windows.texi mention special splitting behavior of side... 46d62b9f36 * lisp/gnus/gnus-group.el (gnus-group-mode-map): Bind [fol... 1ef1dbdbc5 Avoid compilation warning in xterm.c 5cf3c26f2d * README: Document all the top-level directories. (Bug#29... e9ea2065a8 Don't enable erc modules on simply loading erc.el
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