summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/display.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 84e7deb692e..717171c6972 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -1974,6 +1974,12 @@ line, if present, in the return value. If it is @code{t}, include the
height of both, if present, in the return value.
@end defun
+@defun line-pixel-height
+This function returns the height in pixels of the line at point in the
+selected window. The value includes the line spacing of the line
+(@pxref{Line Height}).
+@end defun
+
@node Line Height
@section Line Height