emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 a6d5040: Document 'line-pixel-height'


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 a6d5040: Document 'line-pixel-height'
Date: Tue, 11 Apr 2017 05:41:11 -0400 (EDT)

branch: emacs-25
commit a6d50401b4b858520f9e331f0b4e80e0e0278bbf
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Document 'line-pixel-height'
    
    * doc/lispref/display.texi (Size of Displayed Text): Document
    line-pixel-height.  Suggested by Tak Kunihiro
    <address@hidden>.  (Bug#26379)
---
 doc/lispref/display.texi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 84e7deb..717171c 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
 
address@hidden 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}).
address@hidden defun
+
 
 @node Line Height
 @section Line Height



reply via email to

[Prev in Thread] Current Thread [Next in Thread]