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:
parent
d60198d7a4
commit
33827bed04
1 changed files with 14 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue