changeset 24910:b991eeca9d59

Comment changes.
author Richard M. Stallman <rms@gnu.org>
date Thu, 01 Jul 1999 14:16:44 +0000
parents 804955a16819
children f477c5bb74c6
files src/intervals.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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),