Mercurial > emacs
diff src/intervals.c @ 9461:33942ce702fa
(verify_interval_modification): Fix comment.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Wed, 12 Oct 1994 02:11:34 +0000 |
| parents | 1971a6a8cdc0 |
| children | 9d72d79329c3 |
line wrap: on
line diff
--- a/src/intervals.c Wed Oct 12 01:39:10 1994 +0000 +++ b/src/intervals.c Wed Oct 12 02:11:34 1994 +0000 @@ -1802,7 +1802,7 @@ /* 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. */
