diff src/indent.c @ 106297:42172f6a7f38

(skip_invisible): Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 28 Nov 2009 10:50:31 +0000
parents f2cea199b0c4
children 1d1d5d9bd884
line wrap: on
line diff
--- a/src/indent.c	Sat Nov 28 10:46:14 2009 +0000
+++ b/src/indent.c	Sat Nov 28 10:50:31 2009 +0000
@@ -253,7 +253,7 @@
     {
       /* Don't scan terribly far.  */
       XSETFASTINT (proplimit, min (pos + 100, to));
-      /* No matter what. don't go past next overlay change.  */
+      /* No matter what, don't go past next overlay change.  */
       if (XFASTINT (overlay_limit) < XFASTINT (proplimit))
 	proplimit = overlay_limit;
       tmp = Fnext_single_property_change (position, Qinvisible,