diff options
-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 c393628dc4f..21048f93cb1 100644 --- a/src/intervals.c +++ b/src/intervals.c @@ -2071,7 +2071,7 @@ set_point_both (buffer, charpos, bytepos) if (backwards) { - /* If the preceeding character is both intangible and invisible, + /* If the preceding character is both intangible and invisible, and the invisible property is `rear-sticky', perturb it so that the search starts one character earlier -- this ensures that point can never move to the end of an invisible/ |