aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorGlenn Morris2014-03-02 17:00:27 -0800
committerGlenn Morris2014-03-02 17:00:27 -0800
commit7ebd57e9d6b6f26ff4c92dd4d93af163d1befc4e (patch)
treeb264ebe761a50bca97db1861f9b7596ad3f1dce4 /doc/lispref
parent62d81bd7cb144c30c25739d40e4fd3208e6987f5 (diff)
downloademacs-7ebd57e9d6b6f26ff4c92dd4d93af163d1befc4e.tar.gz
emacs-7ebd57e9d6b6f26ff4c92dd4d93af163d1befc4e.zip
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 'doc/lispref')
-rw-r--r--doc/lispref/frames.texi2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 403d9f6884e..439f9686733 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -2421,7 +2421,6 @@ images, Emacs cannot display a tool bar.
2421This function returns the number of screens associated with the display. 2421This function returns the number of screens associated with the display.
2422@end defun 2422@end defun
2423 2423
2424@c FIXME: Document `x-display-pixel-{width, height}'?
2425@defun display-pixel-height &optional display 2424@defun display-pixel-height &optional display
2426This function returns the height of the screen in pixels. 2425This function returns the height of the screen in pixels.
2427On a character terminal, it gives the height in characters. 2426On a character terminal, it gives the height in characters.
@@ -2440,7 +2439,6 @@ refers to the pixel width for all physical monitors associated with
2440@var{display}. @xref{Multiple Terminals}. 2439@var{display}. @xref{Multiple Terminals}.
2441@end defun 2440@end defun
2442 2441
2443@c FIXME: Document `x-display-mm-{width, height}'?
2444@defun display-mm-height &optional display 2442@defun display-mm-height &optional display
2445This function returns the height of the screen in millimeters, 2443This function returns the height of the screen in millimeters,
2446or @code{nil} if Emacs cannot get that information. 2444or @code{nil} if Emacs cannot get that information.