emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 07178f4: * doc/lispref/windows.texi (Coordinates an


From: Martin Rudalics
Subject: [Emacs-diffs] master 07178f4: * doc/lispref/windows.texi (Coordinates and Windows): Fix typo.
Date: Sat, 07 Nov 2015 08:20:03 +0000

branch: master
commit 07178f43e16dc343c67bf9525fbccf049b1aedba
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    * doc/lispref/windows.texi (Coordinates and Windows): Fix typo.
---
 doc/lispref/windows.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 1da2d1c..357247e 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]