summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-09-20 10:14:11 +0000
committerKim F. Storm <storm@cua.dk>2006-09-20 10:14:11 +0000
commitb6c146b239b022aba5e2cbda7334a5486799cc9b (patch)
treebc063be4457ffaa6a133c0ad6c4563517e411cbc
parenta4df1f8ba8f784788b3a2716ae3d95a8ec624fc4 (diff)
(Antinews): Mention window-line-height.
-rw-r--r--lispref/anti.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/anti.texi b/lispref/anti.texi
index 8636282a7c..50f93c49bf 100644
--- a/lispref/anti.texi
+++ b/lispref/anti.texi
@@ -325,7 +325,8 @@ The functions @code{window-pixel-edges} and
think in terms of lines and columns, not pixel coordinates. (Sometime
in the distant past, we will do away with graphical terminals
entirely, in favor of text terminals.) For similar reasons, the
-functions @code{posn-at-point} and @code{posn-at-x-y} have been removed, and
+functions @code{posn-at-point}, @code{posn-at-x-y}, and
+@code{window-line-height} have been removed, and
@code{pos-visible-in-window-p} no longer worries about partially
visible rows.