From: Karl Heuer Date: Wed, 12 Oct 1994 02:11:34 +0000 (+0000) Subject: (verify_interval_modification): Fix comment. X-Git-Tag: emacs-19.34~6393 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9bdff5c5c73bc2c48f8dcda1fb3dc6d62f599222;p=emacs.git (verify_interval_modification): Fix comment. --- diff --git a/src/intervals.c b/src/intervals.c index 195285517da..25fb6e741cf 100644 --- a/src/intervals.c +++ b/src/intervals.c @@ -1802,7 +1802,7 @@ call_mod_hooks (list, start, end) /* Check for read-only intervals and signal an error if we find one. Then check for any modification hooks in the range START up to - (but not including) TO. Create a list of all these hooks in + (but not including) END. Create a list of all these hooks in lexicographic order, eliminating consecutive extra copies of the same hook. Then call those hooks in order, with START and END - 1 as arguments. */