summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-03-02 17:00:27 -0800
committerGlenn Morris <rgm@gnu.org>2014-03-02 17:00:27 -0800
commit7ebd57e9d6b6f26ff4c92dd4d93af163d1befc4e (patch)
treeb264ebe761a50bca97db1861f9b7596ad3f1dce4 /etc
parent62d81bd7cb144c30c25739d40e4fd3208e6987f5 (diff)
downloademacs-7ebd57e9d6b6f26ff4c92dd4d93af163d1befc4e.tar.gz
Minor doc tweaks for display-*-width, height
* lisp/frame.el (display-pixel-height, display-pixel-width) (display-mm-dimensions-alist, display-mm-height) (display-mm-width): Doc tweaks. * doc/lispref/frames.texi: Remove FIXME comments. The x- versions of these functions are internal details that do not need documenting. * etc/NEWS: Related markup.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ce98be2dda2..a5919069000 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -142,10 +142,11 @@ entries of a file.
`frame-monitor-attributes' can be used to obtain information about
each physical monitor on multi-monitor setups.
++++
*** The functions `display-pixel-width' and `display-pixel-height' now
behave consistently among the platforms: they return the pixel width
or height for all physical monitors associated with the given display
-as if they were on X11. To get information for each physical
+as if they were on X. To get information for each physical
monitor, use the new functions above. Similar notes also apply to
`x-display-pixel-width', `x-display-pixel-height', `display-mm-width',
`display-mm-height', `x-display-mm-width', and `x-display-mm-height'.