emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113701: * doc/lispref/windows.texi (Window Start an


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r113701: * doc/lispref/windows.texi (Window Start and End): Add an index.
Date: Mon, 05 Aug 2013 11:37:54 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113701
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Mon 2013-08-05 19:37:47 +0800
message:
  * doc/lispref/windows.texi (Window Start and End): Add an index.
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/windows.texi       
windows.texi-20091113204419-o5vbwnq5f7feedwu-6224
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-08-02 13:52:10 +0000
+++ b/doc/lispref/ChangeLog     2013-08-05 11:37:47 +0000
@@ -1,3 +1,7 @@
+2013-08-05  Xue Fuqiao  <address@hidden>
+
+       * windows.texi (Window Start and End): Add an index.
+
 2013-08-02  Xue Fuqiao  <address@hidden>
 
        * display.texi (Face Functions): Add an index.

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2013-07-30 13:53:28 +0000
+++ b/doc/lispref/windows.texi  2013-08-05 11:37:47 +0000
@@ -2569,6 +2569,7 @@
 @node Window Start and End
 @section The Window Start and End Positions
 @cindex window start position
address@hidden 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 @@
    Here is how you can determine whether a given position @var{position}
 is off the screen due to horizontal scrolling:
 
address@hidden FIXME: Maybe hscroll-on-screen-p is a better name?
 @example
 @group
 (defun hscroll-on-screen (window position)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]