]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sun, 3 Oct 2010 01:23:50 +0000 (18:23 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 3 Oct 2010 01:23:50 +0000 (18:23 -0700)
* src/buffer.c (before-change-functions, after-change-functions):
Three-year overdue doc fix following 2007-08-13 change.

src/ChangeLog
src/buffer.c

index eb9ba22b0b2fd339b427869e26b170b34d3c1e9d..e985c8f84cf32894134de6b9dddedfad8eac8f6c 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-03  Glenn Morris  <rgm@gnu.org>
+
+       * buffer.c (before-change-functions, after-change-functions):
+       Three-year overdue doc fix following 2007-08-13 change.
+
 2010-10-02  Kenichi Handa  <handa@m17n.org>
 
        * coding.c (coding_inherit_eol_type): If parent doesn't specify
index adb85b83e5fc5e6307a59191aa5000d124abcd38..939e2bb0e190f25a79e591b9fb441a0ed69e1f95 100644 (file)
@@ -6096,10 +6096,7 @@ No information is given about the length of the text after the change.
 
 Buffer changes made while executing the `before-change-functions'
 don't call any before-change or after-change functions.
-That's because these variables are temporarily set to nil.
-As a result, a hook function cannot straightforwardly alter the
-value of these variables.  See the Emacs Lisp manual for a way of
-accomplishing an equivalent result by using other variables.
+That's because `inhibit-modification-hooks' is temporarily set non-nil.
 
 If an unhandled error happens in running these functions,
 the variable's value remains nil.  That prevents the error
@@ -6117,10 +6114,7 @@ and the post-change beginning and end are at the same place.)
 
 Buffer changes made while executing the `after-change-functions'
 don't call any before-change or after-change functions.
-That's because these variables are temporarily set to nil.
-As a result, a hook function cannot straightforwardly alter the
-value of these variables.  See the Emacs Lisp manual for a way of
-accomplishing an equivalent result by using other variables.
+That's because `inhibit-modification-hooks' is temporarily set non-nil.
 
 If an unhandled error happens in running these functions,
 the variable's value remains nil.  That prevents the error