summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2015-08-21 11:14:06 +0200
committerMartin Rudalics <rudalics@gmx.at>2015-08-21 11:14:06 +0200
commite656b511a882410d3e0925c8e4385022649b71cc (patch)
tree452cbab481cc47e9de66df1a9fc421103d179d7e /etc
parentdf9b29eda0ba1ec7f751dfd538eefbfe56b2c043 (diff)
downloademacs-e656b511a882410d3e0925c8e4385022649b71cc.tar.gz
Fix frame geometry related text
* doc/lispref/frames.texi (Frame Layout): Rename `x-frame-geometry' to `frame-geometry'. * doc/lispref/frames.texi (Mouse Position): * doc/lispref/windows.texi (Coordinates and Windows): Use `set-mouse-absolute-pixel-position' instead of `x-set-mouse-absolute-pixel-position'.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3a654c855d9..17a6c3a0828 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1123,12 +1123,12 @@ Horizontal scroll bars are turned off by default.
`scroll-bar-height'.
+++
-** New functions `x-frame-geometry' and `frame-edges' give access to a
+** New functions `frame-geometry' and `frame-edges' give access to a
frame's geometry.
+++
-** New functions `x-mouse-absolute-pixel-position' and
-`x-set-mouse-absolute-pixel-position' get/set screen coordinates of the
+** New functions `mouse-absolute-pixel-position' and
+`set-mouse-absolute-pixel-position' get/set screen coordinates of the
mouse cursor.
+++