]> git.eshelyaron.com Git - emacs.git/commitdiff
(Window Configurations): Clarify what a window configuration saves.
authorRichard M. Stallman <rms@gnu.org>
Mon, 27 Aug 2007 03:57:15 +0000 (03:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 27 Aug 2007 03:57:15 +0000 (03:57 +0000)
lispref/ChangeLog
lispref/windows.texi

index 35d370e0839a01613c82b6c2d89795a190fa69f6..af9f622ca87237805111ddc6badd61cb20322fcb 100644 (file)
@@ -1,3 +1,8 @@
+2007-08-27  Richard Stallman  <rms@gnu.org>
+
+       * windows.texi (Window Configurations): Clarify what
+       a window configuration saves.
+
 2007-08-25  Richard Stallman  <rms@gnu.org>
 
        * display.texi (Images): Delete redundant @findex.
index bd8f7bc2d362c386e15d565a82c49acd14e28d12..40d07c50a0c6363c87c8eb00fd77f49d5303eef4 100644 (file)
@@ -2246,13 +2246,13 @@ similar to the value returned by @code{window-edges}.
 @cindex saving window information
 
   A @dfn{window configuration} records the entire layout of one
-frame---all windows, their sizes, which buffers they contain, what
-part of each buffer is displayed, and the values of point and the
-mark; also their fringes, margins, and scroll bar settings.  It also
+frame---all windows, their sizes, which buffers they contain, how
+those buffers are scrolled, and their values of point and the mark;
+also their fringes, margins, and scroll bar settings.  It also
 includes the values of @code{window-min-height},
-@code{window-min-width} and @code{minibuffer-scroll-window}.  An
-exception is made for point in the selected window for the current
-buffer; its value is not saved in the window configuration.
+@code{window-min-width} and @code{minibuffer-scroll-window}.  As a
+special exception, the window configuration does not record the value
+of point in the selected window for the current buffer.
 
   You can bring back an entire previous layout by restoring a window
 configuration previously saved.  If you want to record all frames