diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/indent.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indent.c b/src/indent.c index 27d2adf86ce..10d4a594f42 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -628,6 +628,7 @@ HSCROLL is the number of columns not being displayed at the left\n\ | |||
| 628 | margin; this is usually taken from a window's hscroll member.\n\ | 628 | margin; this is usually taken from a window's hscroll member.\n\ |
| 629 | TAB-OFFSET is the number of columns of the first tab that aren't\n\ | 629 | TAB-OFFSET is the number of columns of the first tab that aren't\n\ |
| 630 | being displayed, perhaps because the line was continued within it.\n\ | 630 | being displayed, perhaps because the line was continued within it.\n\ |
| 631 | If OFFSETS is nil, HSCROLL and TAB-OFFSET are assumed to be zero.\n\ | ||
| 631 | \n\ | 632 | \n\ |
| 632 | The value is a list of five elements:\n\ | 633 | The value is a list of five elements:\n\ |
| 633 | (POS VPOS HPOS PREVHPOS CONTIN)\n\ | 634 | (POS VPOS HPOS PREVHPOS CONTIN)\n\ |