]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix two more drawings in windows.texi
authorMartin Rudalics <rudalics@gmx.at>
Tue, 28 Jan 2025 17:46:31 +0000 (18:46 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 30 Jan 2025 18:12:07 +0000 (19:12 +0100)
* doc/lispref/windows.texi (Changing Window Layouts): Fix two more
drawings.

(cherry picked from commit af033548aa7900c02c01ae8c5a13720eb50742e3)

doc/lispref/windows.texi

index 5eed44b7d04a66dadb255d91572406e6c54ac74b..7a98cf4ff1308962d4dfd27ffa94a4344d1c1132 100644 (file)
@@ -2371,10 +2371,10 @@ cyclic order.
 @group
      ___________        ___________
     |           |      |           |
-    |     A     |      |     B     |
+    |     A     |      |     C     |
     |___________| -->  |___________|
     |     |     |      |     |     |
-    |  B  |  C  |      |  C  |  A  |
+    |  B  |  C  |      |  A  |  B  |
     |_____|_____|      |_____|_____|
 
 @end group
@@ -2389,10 +2389,10 @@ ordering.
 @group
      ___________        ___________
     |           |      |           |
-    |     A     |      |     C     |
+    |     A     |      |     B     |
     |___________| -->  |___________|
     |     |     |      |     |     |
-    |  B  |  C  |      |  A  |  B  |
+    |  B  |  C  |      |  C  |  A  |
     |_____|_____|      |_____|_____|
 
 @end group