diff options
| author | Eli Zaretskii | 2014-01-29 20:04:11 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-01-29 20:04:11 +0200 |
| commit | 46f4dd40e57e670fcdf4c8a7be3c7193f9c5d27b (patch) | |
| tree | 37f7c4c36f2706c118b2a7f31005b950662e444d /src | |
| parent | 198af6dfe2ff8766ec50338ef88a171bf58a9fb7 (diff) | |
| download | emacs-46f4dd40e57e670fcdf4c8a7be3c7193f9c5d27b.tar.gz emacs-46f4dd40e57e670fcdf4c8a7be3c7193f9c5d27b.zip | |
src/indent.c (current_column_1): Correct commentary.
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. */ |