From 6bb07bfaea36cac6b672468134d7f9d487de3d6a Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Tue, 28 Jan 2025 18:46:31 +0100 Subject: [PATCH] Fix two more drawings in windows.texi * doc/lispref/windows.texi (Changing Window Layouts): Fix two more drawings. (cherry picked from commit af033548aa7900c02c01ae8c5a13720eb50742e3) --- doc/lispref/windows.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 5eed44b7d04..7a98cf4ff13 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -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 -- 2.39.5