]> git.eshelyaron.com Git - emacs.git/commitdiff
src/indent.c (current_column_1): Correct commentary.
authorEli Zaretskii <eliz@gnu.org>
Wed, 29 Jan 2014 18:04:11 +0000 (20:04 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 29 Jan 2014 18:04:11 +0000 (20:04 +0200)
src/indent.c

index e86add54142c8417024aeb19794399f1b91cbb92..683d44841b98ed90777f187bed1fedac88094c45 100644 (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.  */