aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2004-04-21 19:36:24 +0000
committerRichard M. Stallman2004-04-21 19:36:24 +0000
commitb144fc11ecdf9ce6814d1ad8fc3cac37e3035c3b (patch)
tree879c73901326d6c051655233307c435652470578 /etc
parente921af9e6c8a773f472719a754344ee6bc453d05 (diff)
downloademacs-b144fc11ecdf9ce6814d1ad8fc3cac37e3035c3b.tar.gz
emacs-b144fc11ecdf9ce6814d1ad8fc3cac37e3035c3b.zip
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.
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