From 46f4dd40e57e670fcdf4c8a7be3c7193f9c5d27b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 29 Jan 2014 20:04:11 +0200 Subject: [PATCH] src/indent.c (current_column_1): Correct commentary. --- src/indent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indent.c b/src/indent.c index e86add54142..683d44841b9 100644 --- a/src/indent.c +++ b/src/indent.c @@ -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. */ -- 2.39.2