Clarify what is the "cursor"
* doc/lispref/windows.texi (Window Point): Clarify the notion of "cursor".
This commit is contained in:
parent
8303c326d7
commit
4c51ef4e80
1 changed files with 7 additions and 3 deletions
|
@ -3062,9 +3062,13 @@ point and the buffer's point always move together; they remain equal.
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@cindex cursor
|
@cindex cursor
|
||||||
As far as the user is concerned, point is where the cursor is, and
|
Emacs displays the cursor, by default as a rectangular block, in
|
||||||
when the user switches to another buffer, the cursor jumps to the
|
each window at the position of that window's point. When the user
|
||||||
position of point in that buffer.
|
switches to another buffer in a window, Emacs moves that window's
|
||||||
|
cursor to where point is in that buffer. If the exact position of
|
||||||
|
point is hidden behind some display element, such as a display string
|
||||||
|
or an image, Emacs displays the cursor immediately before or after
|
||||||
|
that display element.
|
||||||
|
|
||||||
@defun window-point &optional window
|
@defun window-point &optional window
|
||||||
This function returns the current position of point in @var{window}.
|
This function returns the current position of point in @var{window}.
|
||||||
|
|
Loading…
Add table
Reference in a new issue