summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog2
-rw-r--r--doc/lispref/windows.texi2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 56a073035cf..c2e5ea08e68 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,5 +1,7 @@
2014-12-25 Glenn Morris <rgm@gnu.org>
+ * windows.texi (Windows): Sync @menu order with @node order.
+
* sequences.texi (Sequence Functions): Copyedits.
* control.texi (Pattern matching case statement):
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index c54eb900da1..20f5d6e747f 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -16,8 +16,8 @@ is displayed in windows.
* Windows and Frames:: Relating windows to the frame they appear on.
* Window Sizes:: Accessing a window's size.
* Resizing Windows:: Changing the sizes of windows.
-* Preserving Window Sizes:: Preserving the size of windows.
* Splitting Windows:: Creating a new window.
+* Preserving Window Sizes:: Preserving the size of windows.
* Deleting Windows:: Removing a window from its frame.
* Recombining Windows:: Preserving the frame layout when splitting and
deleting windows.