From: Eli Zaretskii <eliz@gnu.org>
Date: Sat, 28 Nov 2009 10:50:31 +0000 (+0000)
Subject: (skip_invisible): Fix a typo in a comment.
X-Git-Tag: emacs-pretest-23.1.90~188
X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b55fa3c00f25d2070870c24aa19faa434fdcb452;p=emacs.git

(skip_invisible): Fix a typo in a comment.
---

diff --git a/src/indent.c b/src/indent.c
index c8c486a48fa..9aed10b0356 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -253,7 +253,7 @@ skip_invisible (pos, next_boundary_p, to, window)
     {
       /* 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,