summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-04-21 19:36:24 +0000
committerRichard M. Stallman <rms@gnu.org>2004-04-21 19:36:24 +0000
commit57e1602790c7b6313ed5f3a1810728ce7f9de90f (patch)
tree782968676083676e8f0fd611a0e0b4f0f3375aee /etc
parent659f2c60d3393485ebf513d554fc69aaa2759679 (diff)
downloademacs-57e1602790c7b6313ed5f3a1810728ce7f9de90f.tar.gz
Clarify recent text.
Diffstat (limited to 'etc')
-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.
* 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.
+** 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 how return pixel coordinates and
-partial visiblity state of corresponding row if `partially' arg is
-non-nil.
+** 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.