aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-21 01:39:06 +0000
committerRichard M. Stallman2003-04-21 01:39:06 +0000
commit0270b8776e451b6cce79e68dc788837c2f6b0ef8 (patch)
tree9644eb8a779a357a927f22f6af13e5dac6bfc1cb /src
parent7ea52f92d6ecf5a5a5cd5d500de9da54fbc85d8f (diff)
downloademacs-0270b8776e451b6cce79e68dc788837c2f6b0ef8.tar.gz
emacs-0270b8776e451b6cce79e68dc788837c2f6b0ef8.zip
Fix comment typo.
Diffstat (limited to 'src')
-rw-r--r--src/intervals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intervals.c b/src/intervals.c
index c393628dc4f..21048f93cb1 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -2071,7 +2071,7 @@ set_point_both (buffer, charpos, bytepos)
2071 2071
2072 if (backwards) 2072 if (backwards)
2073 { 2073 {
2074 /* If the preceeding character is both intangible and invisible, 2074 /* If the preceding character is both intangible and invisible,
2075 and the invisible property is `rear-sticky', perturb it so 2075 and the invisible property is `rear-sticky', perturb it so
2076 that the search starts one character earlier -- this ensures 2076 that the search starts one character earlier -- this ensures
2077 that point can never move to the end of an invisible/ 2077 that point can never move to the end of an invisible/