From 96e9b1595d1dabbcc1b3021ef95f6741b827771a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 12 Oct 2019 10:28:42 -0700 Subject: [PATCH] ;csv: doc: clarify skip's behaviour [ci skip] --- hledger-lib/hledger_csv.m4.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hledger-lib/hledger_csv.m4.md b/hledger-lib/hledger_csv.m4.md index 60f6f3242..03d0fd22c 100644 --- a/hledger-lib/hledger_csv.m4.md +++ b/hledger-lib/hledger_csv.m4.md @@ -86,7 +86,8 @@ Blank lines and lines beginning with `#` or `;` are ignored. `skip `*`N`* -Skip this number of CSV records at the beginning. +Skip this many non-empty lines preceding the CSV data. +(Empty/blank lines are skipped automatically.) You'll need this whenever your CSV data contains header lines. Eg: