aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/anti.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/anti.texi b/lispref/anti.texi
index 8636282a7c2..50f93c49bf6 100644
--- a/lispref/anti.texi
+++ b/lispref/anti.texi
@@ -325,7 +325,8 @@ The functions @code{window-pixel-edges} and
325think in terms of lines and columns, not pixel coordinates. (Sometime 325think in terms of lines and columns, not pixel coordinates. (Sometime
326in the distant past, we will do away with graphical terminals 326in the distant past, we will do away with graphical terminals
327entirely, in favor of text terminals.) For similar reasons, the 327entirely, in favor of text terminals.) For similar reasons, the
328functions @code{posn-at-point} and @code{posn-at-x-y} have been removed, and 328functions @code{posn-at-point}, @code{posn-at-x-y}, and
329@code{window-line-height} have been removed, and
329@code{pos-visible-in-window-p} no longer worries about partially 330@code{pos-visible-in-window-p} no longer worries about partially
330visible rows. 331visible rows.
331 332