* doc/lispref/windows.texi (Coordinates and Windows): Fix typo.
This commit is contained in:
parent
e5a98644f8
commit
07178f43e1
1 changed files with 1 additions and 1 deletions
|
@ -3899,7 +3899,7 @@ visible in some window:
|
|||
@group
|
||||
(let ((edges (window-absolute-body-pixel-edges))
|
||||
(position (pos-visible-in-window-p nil nil t)))
|
||||
(x-set-mouse-absolute-pixel-position
|
||||
(set-mouse-absolute-pixel-position
|
||||
(+ (nth 0 edges) (nth 0 position))
|
||||
(+ (nth 1 edges) (nth 1 position))))
|
||||
@end group
|
||||
|
|
Loading…
Add table
Reference in a new issue