diff options
| author | Karl Heuer | 1994-10-12 02:11:34 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-10-12 02:11:34 +0000 |
| commit | 9bdff5c5c73bc2c48f8dcda1fb3dc6d62f599222 (patch) | |
| tree | d38ed7b1347d7151bd118d6b9b75bd8da9c5d9b8 /src/intervals.c | |
| parent | 44472c88f589bf03900ee246f48ce7ae38b847e8 (diff) | |
| download | emacs-9bdff5c5c73bc2c48f8dcda1fb3dc6d62f599222.tar.gz emacs-9bdff5c5c73bc2c48f8dcda1fb3dc6d62f599222.zip | |
(verify_interval_modification): Fix comment.
Diffstat (limited to 'src/intervals.c')
| -rw-r--r-- | src/intervals.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 1802 | 1802 | ||
| 1803 | /* Check for read-only intervals and signal an error if we find one. | 1803 | /* Check for read-only intervals and signal an error if we find one. |
| 1804 | Then check for any modification hooks in the range START up to | 1804 | Then check for any modification hooks in the range START up to |
| 1805 | (but not including) TO. Create a list of all these hooks in | 1805 | (but not including) END. Create a list of all these hooks in |
| 1806 | lexicographic order, eliminating consecutive extra copies of the | 1806 | lexicographic order, eliminating consecutive extra copies of the |
| 1807 | same hook. Then call those hooks in order, with START and END - 1 | 1807 | same hook. Then call those hooks in order, with START and END - 1 |
| 1808 | as arguments. */ | 1808 | as arguments. */ |