From 123ff29791a3d0d24f2ff5706bde56ad145e09d6 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Mon, 5 Aug 2013 19:37:47 +0800 Subject: [PATCH] * doc/lispref/windows.texi (Window Start and End): Add an index. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/windows.texi | 2 ++ 2 files changed, 6 insertions(+) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d77ede29da1..82bc279fa5b 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-08-05 Xue Fuqiao + + * windows.texi (Window Start and End): Add an index. + 2013-08-02 Xue Fuqiao * display.texi (Face Functions): Add an index. diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 51a52218633..13c9ca53222 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -2569,6 +2569,7 @@ so @code{window-point} will stay behind text inserted there. @node Window Start and End @section The Window Start and End Positions @cindex window start position +@cindex display-start position Each window maintains a marker used to keep track of a buffer position that specifies where in the buffer display should start. This position @@ -3194,6 +3195,7 @@ The value returned is @var{columns}. Here is how you can determine whether a given position @var{position} is off the screen due to horizontal scrolling: +@c FIXME: Maybe hscroll-on-screen-p is a better name? @example @group (defun hscroll-on-screen (window position) -- 2.39.2