emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 5381c70: In windows.texi mention special splittin


From: Martin Rudalics
Subject: [Emacs-diffs] emacs-26 5381c70: In windows.texi mention special splitting behavior of side and atomic windows
Date: Wed, 6 Dec 2017 03:54:49 -0500 (EST)

branch: emacs-26
commit 5381c70b7a9d46fe4de205363b99f761e2475f1f
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    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.
---
 doc/lispref/windows.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index e1eac45..08ed092 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -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
address@hidden an existing one.
address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]