# HG changeset patch # User Richard M. Stallman # Date 930838604 0 # Node ID b991eeca9d59dcd12399508a6c0894858a18eb89 # Parent 804955a16819394e869f6553104299abd4d436c8 Comment changes. diff -r 804955a16819 -r b991eeca9d59 src/intervals.c --- a/src/intervals.c Thu Jul 01 14:15:48 1999 +0000 +++ b/src/intervals.c Thu Jul 01 14:16:44 1999 +0000 @@ -1886,7 +1886,7 @@ Qintangible, Qnil); /* If following char is intangible, - skip back over all chars with matching intangible property. */ + skip forward over all chars with matching intangible property. */ if (! NILP (intangible_propval)) while (XINT (pos) < BUF_ZV (buffer) && EQ (Fget_char_property (pos, Qintangible, Qnil), @@ -2001,7 +2001,7 @@ Qintangible, Qnil); /* If following char is intangible, - skip back over all chars with matching intangible property. */ + skip forward over all chars with matching intangible property. */ if (! NILP (intangible_propval)) while (XINT (pos) < ZV && EQ (Fget_char_property (pos, Qintangible, Qnil),