mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-28 07:50:48 -08:00
src/indent.c (current_column_1): Correct commentary.
This commit is contained in:
parent
198af6dfe2
commit
46f4dd40e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue