]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/windows.texi (Coordinates and Windows): Fix typo.
authorMartin Rudalics <rudalics@gmx.at>
Sat, 7 Nov 2015 08:19:03 +0000 (09:19 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Sat, 7 Nov 2015 08:19:03 +0000 (09:19 +0100)
doc/lispref/windows.texi

index 1da2d1cfe7ba8636898eca93e40f0e2fd3f65331..357247ef433af18c93223e5c71507cd87df0d346 100644 (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