# HG changeset patch # User Richard M. Stallman # Date 1082576184 0 # Node ID 70678863af201dd555a6948442335ba1683fde8a # Parent 1718d2c9f7b26ad87efc16389056d17fb0096ea6 Clarify recent text. diff -r 1718d2c9f7b2 -r 70678863af20 etc/NEWS --- a/etc/NEWS Wed Apr 21 19:22:52 2004 +0000 +++ b/etc/NEWS Wed Apr 21 19:36:24 2004 +0000 @@ -1950,13 +1950,13 @@ * Lisp Changes in Emacs 21.4 -** New functions posn-at-point and posn-at-x-y returns mouse click -like position information for a visible buffer position or a window -pixel coordinate. - -** Function pos-visible-in-window-p how return pixel coordinates and -partial visiblity state of corresponding row if `partially' arg is -non-nil. +** New functions posn-at-point and posn-at-x-y returns +click-event-style position information for a given visible buffer +position or for a given window pixel coordinate. + +** Function pos-visible-in-window-p now returns the pixel coordinates +and partial visiblity state of the corresponding row, if the PARTIALLY +arg is non-nil. ** The function `eql' is now available without requiring the CL package.