Mercurial > emacs
diff src/intervals.c @ 50656:1b235b3762ff
Fix comment typo.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 21 Apr 2003 01:39:06 +0000 |
| parents | dc1f6aa29285 |
| children | ba92da4f009a |
line wrap: on
line diff
--- a/src/intervals.c Mon Apr 21 01:38:36 2003 +0000 +++ b/src/intervals.c Mon Apr 21 01:39:06 2003 +0000 @@ -2071,7 +2071,7 @@ 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/
