]> git.eshelyaron.com Git - emacs.git/commitdiff
(Window Start): Minor cleanups.
authorRichard M. Stallman <rms@gnu.org>
Wed, 20 Sep 2006 18:08:04 +0000 (18:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 20 Sep 2006 18:08:04 +0000 (18:08 +0000)
lispref/ChangeLog
lispref/windows.texi

index b1a446488fbb1bc59886e009198d18ed704edc9e..556a912ef21d9e0504769be71bd1a7e712cb55a8 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-20  Richard Stallman  <rms@gnu.org>
+
+       * windows.texi (Window Start): Minor cleanups.
+
 2006-09-20  Kim F. Storm  <storm@cua.dk>
 
        * windows.texi (Window Start): pos-visible-in-window-p allows
index 70ddd2c70ba84dca3d16e6d38153521e93629d3b..bd9269f90aec4905c3bbef295d64cfcc80b4162b 100644 (file)
@@ -1355,8 +1355,8 @@ visible unless @var{partially} is non-@code{nil}.  The argument
 @var{position} defaults to the current position of point in
 @var{window}; @var{window}, to the selected window.
 
-If @var{position} is @code{t}, the last visible position in
-@var{window} is checked.
+If @var{position} is @code{t}, that means to check the last visible
+position in @var{window}.
 
 The @code{pos-visible-in-window-p} function considers only vertical
 scrolling.  If @var{position} is out of view only because @var{window}
@@ -1397,7 +1397,7 @@ starting from 0.  A negative number counts from the end of the window.
 The argument @var{line} defaults to the current line in @var{window};
 @var{window}, to the selected window.
 
-If the display is not up-to-date, @code{window-line-height} returns
+If the display is not up to date, @code{window-line-height} returns
 @code{nil}.  In that case, @code{pos-visible-in-window-p} may be used
 to obtain related information.