emacs-diffs
[Top][All Lists]
Advanced

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

master 33827bed049: Fix previous commit for Changing Window Layouts


From: Martin Rudalics
Subject: master 33827bed049: Fix previous commit for Changing Window Layouts
Date: Tue, 28 Jan 2025 04:02:17 -0500 (EST)

branch: master
commit 33827bed049e348da7544489903c7d6870f1500a
Author: Martin Rudalics <rudalics@gmx.at>
Commit: Martin Rudalics <rudalics@gmx.at>

    Fix previous commit for Changing Window Layouts
    
    * doc/lispref/windows.texi (Changing Window Layouts): Remove wrong
    example.  Change some indentations.
---
 doc/lispref/windows.texi | 44 ++++++++++++++------------------------------
 1 file changed, 14 insertions(+), 30 deletions(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 60a188590eb..5eed44b7d04 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -2272,22 +2272,6 @@ on the right.
     |  B  |  C  |     |  C  |     |
     |_____|_____|     |_____|_____|
 
-@end group
-@end smallexample
-
-With a prefix argument and window @var{B} selected, window @var{A} would
-have remained unaffected and the layout would have changed as follows:
-
-@smallexample
-@group
-     ___________       ___________
-    |           |     |           |
-    |     A     |     |     A     |
-    |___________| --> |___________|
-    |     |     |     |     |     |
-    |  B  |  C  |     |  C  |  B  |
-    |_____|_____|     |_____|_____|
-
 @end group
 @end smallexample
 @end deffn
@@ -2385,13 +2369,13 @@ cyclic order.
 
 @smallexample
 @group
- ___________        ___________
-|           |      |           |
-|     A     |      |     B     |
-|___________| -->  |___________|
-|     |     |      |     |     |
-|  B  |  C  |      |  C  |  A  |
-|_____|_____|      |_____|_____|
+     ___________        ___________
+    |           |      |           |
+    |     A     |      |     B     |
+    |___________| -->  |___________|
+    |     |     |      |     |     |
+    |  B  |  C  |      |  C  |  A  |
+    |_____|_____|      |_____|_____|
 
 @end group
 @end smallexample
@@ -2403,13 +2387,13 @@ ordering.
 
 @smallexample
 @group
- ___________        ___________
-|           |      |           |
-|     A     |      |     C     |
-|___________| -->  |___________|
-|     |     |      |     |     |
-|  B  |  C  |      |  A  |  B  |
-|_____|_____|      |_____|_____|
+     ___________        ___________
+    |           |      |           |
+    |     A     |      |     C     |
+    |___________| -->  |___________|
+    |     |     |      |     |     |
+    |  B  |  C  |      |  A  |  B  |
+    |_____|_____|      |_____|_____|
 
 @end group
 @end smallexample



reply via email to

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