From 887f2a2d78ed1a583ac9e2add873d8a7d6a9a245 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 1 Jul 1999 14:16:44 +0000 Subject: [PATCH] Comment changes. --- src/intervals.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intervals.c b/src/intervals.c index 1a5c2c95322..159cc3693ac 100644 --- a/src/intervals.c +++ b/src/intervals.c @@ -1886,7 +1886,7 @@ set_point_both (buffer, charpos, bytepos) 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 @@ move_if_not_intangible (position) 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), -- 2.39.2