aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.c
diff options
context:
space:
mode:
authorJim Blandy1993-06-09 11:59:12 +0000
committerJim Blandy1993-06-09 11:59:12 +0000
commiteb8c3be94e12644f506b8857e49ffef88046bb0b (patch)
tree505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/intervals.c
parent16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff)
downloademacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz
emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/intervals.c')
-rw-r--r--src/intervals.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intervals.c b/src/intervals.c
index c4bb4c381db..7809c37505b 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -837,7 +837,7 @@ interval_deletion_adjustment (tree, from, amount)
837 /* Never reach here */ 837 /* Never reach here */
838} 838}
839 839
840/* Effect the adjustments neccessary to the interval tree of BUFFER 840/* Effect the adjustments necessary to the interval tree of BUFFER
841 to correspond to the deletion of LENGTH characters from that buffer 841 to correspond to the deletion of LENGTH characters from that buffer
842 text. The deletion is effected at position START (relative to the 842 text. The deletion is effected at position START (relative to the
843 buffer). */ 843 buffer). */
@@ -881,7 +881,7 @@ adjust_intervals_for_deletion (buffer, start, length)
881 } 881 }
882} 882}
883 883
884/* Make the adjustments neccessary to the interval tree of BUFFER to 884/* Make the adjustments necessary to the interval tree of BUFFER to
885 represent an addition or deletion of LENGTH characters starting 885 represent an addition or deletion of LENGTH characters starting
886 at position START. Addition or deletion is indicated by the sign 886 at position START. Addition or deletion is indicated by the sign
887 of LENGTH. */ 887 of LENGTH. */
@@ -1096,7 +1096,7 @@ make_new_interval (intervals, start, length)
1096 had its appropriate sticky property set (front_sticky, rear_sticky), 1096 had its appropriate sticky property set (front_sticky, rear_sticky),
1097 the new text has only its properties. If one of the sticky properties 1097 the new text has only its properties. If one of the sticky properties
1098 is set, then the new text "sticks" to that region and its properties 1098 is set, then the new text "sticks" to that region and its properties
1099 depend on merging as above. If both the preceding and succeding 1099 depend on merging as above. If both the preceding and succeeding
1100 intervals to the new text are "sticky", then the new text retains 1100 intervals to the new text are "sticky", then the new text retains
1101 only its properties, as if neither sticky property were set. Perhaps 1101 only its properties, as if neither sticky property were set. Perhaps
1102 we should consider merging all three sets of properties onto the new 1102 we should consider merging all three sets of properties onto the new