* doc/lispref/windows.texi (Window Start and End): Add an index.
authorXue Fuqiao <xfq.free@gmail.com>
Mon, 5 Aug 2013 11:37:47 +0000 (19:37 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Mon, 5 Aug 2013 11:37:47 +0000 (19:37 +0800)
doc/lispref/ChangeLog
doc/lispref/windows.texi

index d77ede2..82bc279 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-05  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * windows.texi (Window Start and End): Add an index.
+
 2013-08-02  Xue Fuqiao  <xfq.free@gmail.com>
 
        * display.texi (Face Functions): Add an index.
index 51a5221..13c9ca5 100644 (file)
@@ -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)