comparison 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
comparison
equal deleted inserted replaced
50655:8e621ea67f06 50656:1b235b3762ff
2069 Lisp_Object pos; 2069 Lisp_Object pos;
2070 Lisp_Object intangible_propval; 2070 Lisp_Object intangible_propval;
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/
2078 intangible/rear-sticky region. */ 2078 intangible/rear-sticky region. */
2079 charpos = adjust_for_invis_intang (charpos, -1, -1, 1); 2079 charpos = adjust_for_invis_intang (charpos, -1, -1, 1);