aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/buffer.c b/src/buffer.c
index adb85b83e5f..939e2bb0e19 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6096,10 +6096,7 @@ No information is given about the length of the text after the change.
6096 6096
6097Buffer changes made while executing the `before-change-functions' 6097Buffer changes made while executing the `before-change-functions'
6098don't call any before-change or after-change functions. 6098don't call any before-change or after-change functions.
6099That's because these variables are temporarily set to nil. 6099That's because `inhibit-modification-hooks' is temporarily set non-nil.
6100As a result, a hook function cannot straightforwardly alter the
6101value of these variables. See the Emacs Lisp manual for a way of
6102accomplishing an equivalent result by using other variables.
6103 6100
6104If an unhandled error happens in running these functions, 6101If an unhandled error happens in running these functions,
6105the variable's value remains nil. That prevents the error 6102the 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.)
6117 6114
6118Buffer changes made while executing the `after-change-functions' 6115Buffer changes made while executing the `after-change-functions'
6119don't call any before-change or after-change functions. 6116don't call any before-change or after-change functions.
6120That's because these variables are temporarily set to nil. 6117That's because `inhibit-modification-hooks' is temporarily set non-nil.
6121As a result, a hook function cannot straightforwardly alter the
6122value of these variables. See the Emacs Lisp manual for a way of
6123accomplishing an equivalent result by using other variables.
6124 6118
6125If an unhandled error happens in running these functions, 6119If an unhandled error happens in running these functions,
6126the variable's value remains nil. That prevents the error 6120the variable's value remains nil. That prevents the error