aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1994-03-30 02:29:28 +0000
committerKarl Heuer1994-03-30 02:29:28 +0000
commit4fb767875885b15dc06f9be4306d1f955f450e63 (patch)
tree7673862d0c86a521aab169157fd76ed9208e2e01 /src
parent9baf79c7953a53a8b233552e25eadf0919ebff2a (diff)
downloademacs-4fb767875885b15dc06f9be4306d1f955f450e63.tar.gz
emacs-4fb767875885b15dc06f9be4306d1f955f450e63.zip
(Fcompute_motion): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/indent.c1
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\
628margin; this is usually taken from a window's hscroll member.\n\ 628margin; this is usually taken from a window's hscroll member.\n\
629TAB-OFFSET is the number of columns of the first tab that aren't\n\ 629TAB-OFFSET is the number of columns of the first tab that aren't\n\
630being displayed, perhaps because the line was continued within it.\n\ 630being displayed, perhaps because the line was continued within it.\n\
631If OFFSETS is nil, HSCROLL and TAB-OFFSET are assumed to be zero.\n\
631\n\ 632\n\
632The value is a list of five elements:\n\ 633The value is a list of five elements:\n\
633 (POS VPOS HPOS PREVHPOS CONTIN)\n\ 634 (POS VPOS HPOS PREVHPOS CONTIN)\n\