aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a76223b7d48..285dd57a152 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1950,13 +1950,13 @@ configuration files.
1950 1950
1951* Lisp Changes in Emacs 21.4 1951* Lisp Changes in Emacs 21.4
1952 1952
1953** New functions posn-at-point and posn-at-x-y returns mouse click 1953** New functions posn-at-point and posn-at-x-y returns
1954like position information for a visible buffer position or a window 1954click-event-style position information for a given visible buffer
1955pixel coordinate. 1955position or for a given window pixel coordinate.
1956 1956
1957** Function pos-visible-in-window-p how return pixel coordinates and 1957** Function pos-visible-in-window-p now returns the pixel coordinates
1958partial visiblity state of corresponding row if `partially' arg is 1958and partial visiblity state of the corresponding row, if the PARTIALLY
1959non-nil. 1959arg is non-nil.
1960 1960
1961** The function `eql' is now available without requiring the CL package. 1961** The function `eql' is now available without requiring the CL package.
1962 1962