diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 700 | *prevcol = prev_col; | 700 | *prevcol = prev_col; |
| 701 | } | 701 | } |
| 702 | 702 | ||
| 703 | /* Return the column number of position POS | 703 | /* Return the column number of point |
| 704 | by scanning forward from the beginning of the line. | 704 | by scanning forward from the beginning of the line. |
| 705 | This function handles characters that are invisible | 705 | This function handles characters that are invisible |
| 706 | due to text properties or overlays. */ | 706 | due to text properties or overlays. */ |