]> code.delx.au - gnu-emacs/blobdiff - lispref/windows.texi
(Fmouse_position--both definitions): Pass 0 for `insist'.
[gnu-emacs] / lispref / windows.texi
index bafca4ebb288bf4077eb1750f67898d462a3b7cc..1192fa98e8413831de4ce172d2881c6343f3376c 100644 (file)
@@ -237,6 +237,11 @@ Now, the screen looks like this:
  column 0   column 80
 @end group
 @end smallexample
+
+Normally, Emacs indicates the border between two side-by-side windows
+with a scroll bar (@pxref{X Frame Parameters,Scroll Bars}) or @samp{|}
+characters.  The display table can specify alternative border
+characters; see @ref{Display Tables}.
 @end deffn
 
 @deffn Command split-window-vertically size
@@ -952,7 +957,10 @@ This function returns the position of the end of the display in window
 used.
 
 If the last redisplay of @var{window} was preempted, and did not finish,
-Emacs does not know the position of the end of display in that window;
+Emacs does not know the position of the end of display in that window.
+In that case, this function returns a value that is not correct.  In a
+future version, @code{window-end} will return @code{nil} in that case.
+@ignore
 in that case, this function returns @code{nil}.  You can compute where
 the end of the window @emph{would} have been, if redisplay had finished,
 like this:
@@ -964,6 +972,7 @@ like this:
                    window)
   (point))
 @end example
+@end ignore
 @end defun
 
 @defun set-window-start window position &optional noforce