branch: elpa/csv2ledger commit 7bf8eea86a26ed6c017981162ad07ef20cf9d656 Author: Joost Kremers <joostkrem...@fastmail.com> Commit: Joost Kremers <joostkrem...@fastmail.com>
Update doc string of c2l-convert-buffer. --- csv2ledger.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/csv2ledger.el b/csv2ledger.el index 67dc180921..d7e6c7b22c 100644 --- a/csv2ledger.el +++ b/csv2ledger.el @@ -493,9 +493,8 @@ beforehand if it already exists." "Convert the CSV entries in the current buffer to ledger entries. The converted entries are placed in the buffer \"*Csv2Ledger Results*\", which is erased beforehand if it already exists. If -the first line of the buffer is a header line, it is -skipped. (The first line is considered to be a header if no -amount can be found in the amount column.)" +the first line of the buffer looks like a header line (see +`c2l--has-header'), it is skipped." (interactive) (let ((beg (save-mark-and-excursion (goto-char (point-min))