Mercurial > hg > xemacs-beta
comparison man/lispref/windows.texi @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | a4f53d9b3154 |
children |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
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 non-selected window, this is the value point would have (in that | 1044 For a nonselected 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 |