comparison man/lispref/windows.texi @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 6cb5e14cd98e
children cc15677e0335
comparison
equal deleted inserted replaced
366:83d76f480a59 367:a4f53d9b3154
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