From: Eli Zaretskii Date: Wed, 29 Jan 2014 18:04:11 +0000 (+0200) Subject: src/indent.c (current_column_1): Correct commentary. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~239 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46f4dd40e57e670fcdf4c8a7be3c7193f9c5d27b;p=emacs.git src/indent.c (current_column_1): Correct commentary. --- 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. */