Fix two more drawings in windows.texi

* doc/lispref/windows.texi (Changing Window Layouts): Fix two more
drawings.
This commit is contained in:
Martin Rudalics 2025-01-28 18:46:31 +01:00
parent 8c4a4b4eab
commit af033548aa

View 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