Mercurial > emacs
changeset 55053:70678863af20
Clarify recent text.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Apr 2004 19:36:24 +0000 |
parents | 1718d2c9f7b2 |
children | ee7e5daa7ffd |
files | etc/NEWS |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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.