From: Xue Fuqiao Date: Mon, 5 Aug 2013 11:37:47 +0000 (+0800) Subject: * doc/lispref/windows.texi (Window Start and End): Add an index. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~422 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=123ff29791a3d0d24f2ff5706bde56ad145e09d6;p=emacs.git * doc/lispref/windows.texi (Window Start and End): Add an index. --- 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)