From 9a6df915370497cbf33c0fa9e986f66b4db7e9e0 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 18 Feb 2024 15:03:25 -1000 Subject: [PATCH] ;doc:journal:description/payee/note: edits --- hledger/hledger.m4.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 3cf3547a6..089875cf1 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -1064,8 +1064,10 @@ Note: in transactions with no `|` character, description, payee, and note all ha Once a `|` is added, they become distinct. (If you'd like to change this behaviour, please propose it on the mail list.) -If you want more strict error checking, you can declare the valid payee names with `payee` directives, and then enforce these with `hledger check payees`. -Note: because of the above, for this you'll need to ensure every transaction description contains a `|` and therefore a checkable payee name (even if it's empty). +If you want more strict error checking, you can declare the valid payee names with [payee directives](#payee-directive), +and then enforce these with [hledger check payees](#check). +(Note: because of the above, for this you'll need to ensure every transaction description contains a `|` and therefore a checkable payee name, even if it's empty.) + ## Transaction comments