From: Martin Rudalics Date: Tue, 28 Jan 2025 09:00:50 +0000 (+0100) Subject: Fix previous commit for Changing Window Layouts X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f21d31455d1ebd5c9c32ba6de7ba7e6e5bdb60f8;p=emacs.git Fix previous commit for Changing Window Layouts * doc/lispref/windows.texi (Changing Window Layouts): Remove wrong example. Change some indentations. (cherry picked from commit 33827bed049e348da7544489903c7d6870f1500a) --- diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 60a188590eb..5eed44b7d04 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -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