src/indent.c (current_column_1): Correct commentary.

This commit is contained in:
Eli Zaretskii
2014-01-29 20:04:11 +02:00
parent 198af6dfe2
commit 46f4dd40e5

View File

@@ -700,7 +700,7 @@ scan_for_column (ptrdiff_t *endpos, EMACS_INT *goalcol, ptrdiff_t *prevcol)
*prevcol = prev_col;
}
/* Return the column number of position POS
/* Return the column number of point
by scanning forward from the beginning of the line.
This function handles characters that are invisible
due to text properties or overlays. */