diff options
| author | Xue Fuqiao <xfq.free@gmail.com> | 2013-10-18 22:22:55 +0800 |
|---|---|---|
| committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-10-18 22:22:55 +0800 |
| commit | 917ac5ebf788a706ab2154b944de7193655aee40 (patch) | |
| tree | 581d931161788706dd5eb9f290c9523fbad2512f | |
| parent | c4e3099ff42a0c9d888d5cc36eed202f5c076738 (diff) | |
| download | emacs-917ac5ebf788a706ab2154b944de7193655aee40.tar.gz | |
* doc/lispref/display.texi (Line Height): Add an index for line height.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 253398a3ec2..e946f98c9d0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-10-18 Xue Fuqiao <xfq.free@gmail.com> + + * display.texi (Line Height): Add an index for line height. + 2013-10-17 Xue Fuqiao <xfq.free@gmail.com> * display.texi (Width): Fix arguments of ‘truncate-string-to-width’. diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 81ee4d7a1d9..40fd1615729 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -1812,6 +1812,7 @@ to or less than the display width of @var{ellipsis}. If @node Line Height @section Line Height @cindex line height +@cindex height of a line The total height of each display line consists of the height of the contents of the line, plus optional additional vertical line spacing |
