* doc/lispref/windows.texi (Coordinates and Windows): Fix typo.

This commit is contained in:
Martin Rudalics 2015-11-07 09:19:03 +01:00
parent e5a98644f8
commit 07178f43e1

View file

@ -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