aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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.