Mercurial > emacs
changeset 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 | d25e64ee9f22 |
children | 3a4157b5e536 |
files | src/indent.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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,