From 57c9fb75337967aaa5476c7b9415cbe301b4535d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 24 Dec 2014 17:10:21 -0800 Subject: [PATCH] * doc/lispref/windows.texi (Windows): Sync @menu order with @node order. --- doc/lispref/ChangeLog | 2 ++ doc/lispref/windows.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 + * 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. -- 2.11.4.GIT