diff etc/NEWS @ 35242:910222f6a03c

Tell them to use before-change-functions and after-change-functions instead of the obsolete before-change-function and after-change-function.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 11 Jan 2001 16:44:28 +0000
parents a671ccb060d5
children d6a8befb918c
line wrap: on
line diff
--- a/etc/NEWS	Thu Jan 11 16:41:38 2001 +0000
+++ b/etc/NEWS	Thu Jan 11 16:44:28 2001 +0000
@@ -2111,7 +2111,8 @@
 appropriate for reading truly binary files.
 
 ** Code that relies on the obsolete `before-change-function' and
-`after-change-function' to detect buffer changes will now fail.
+`after-change-function' to detect buffer changes will now fail.  Use
+`before-change-functions' and `after-change-functions' instead.
 
 ** Code that uses `concat' with integer args now gets an error, as
 long promised.