# HG changeset patch # User Eli Zaretskii # Date 1259405431 0 # Node ID 42172f6a7f38f3853cd477678311f88265f87023 # Parent d25e64ee9f22253c735a1f7effb50ea13acf0847 (skip_invisible): Fix a typo in a comment. diff -r d25e64ee9f22 -r 42172f6a7f38 src/indent.c --- 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,