comparison man/lispref/windows.texi @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 3ecd8885ac67
children 576fb035e263
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
1039 when the user switches to another buffer, the cursor jumps to the 1039 when the user switches to another buffer, the cursor jumps to the
1040 position of point in that buffer. 1040 position of point in that buffer.
1041 1041
1042 @defun window-point window 1042 @defun window-point window
1043 This function returns the current position of point in @var{window}. 1043 This function returns the current position of point in @var{window}.
1044 For a nonselected window, this is the value point would have (in that 1044 For a non-selected window, this is the value point would have (in that
1045 window's buffer) if that window were selected. 1045 window's buffer) if that window were selected.
1046 1046
1047 When @var{window} is the selected window and its buffer is also the 1047 When @var{window} is the selected window and its buffer is also the
1048 current buffer, the value returned is the same as point in that buffer. 1048 current buffer, the value returned is the same as point in that buffer.
1049 1049