diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-05 19:37:47 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-05 19:37:47 +0800 |
commit | 123ff29791a3d0d24f2ff5706bde56ad145e09d6 (patch) | |
tree | 4999d3d5eed1981c6c035b90e71dfda073858b2d | |
parent | 12b4c0ea03a8c7905254be1cefa234bc8d8a8a88 (diff) | |
download | emacs-123ff29791a3d0d24f2ff5706bde56ad145e09d6.tar.gz |
* doc/lispref/windows.texi (Window Start and End): Add an index.
-rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
-rw-r--r-- | doc/lispref/windows.texi | 2 |
2 files changed, 6 insertions, 0 deletions
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 <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. 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) |