diff options
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -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 |
| 1954 | like position information for a visible buffer position or a window | 1954 | click-event-style position information for a given visible buffer |
| 1955 | pixel coordinate. | 1955 | position 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 |
| 1958 | partial visiblity state of corresponding row if `partially' arg is | 1958 | and partial visiblity state of the corresponding row, if the PARTIALLY |
| 1959 | non-nil. | 1959 | arg 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 | ||