Fix previous commit for Changing Window Layouts

* doc/lispref/windows.texi (Changing Window Layouts): Remove wrong
example.  Change some indentations.
This commit is contained in:
Martin Rudalics 2025-01-28 10:00:50 +01:00
parent d60198d7a4
commit 33827bed04

View file

@ -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