From 3763b50ff2aa8e6a1fcdefc64efad0957468443b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 21 Nov 2021 23:53:44 -1000 Subject: [PATCH] imp: doc: directives: tweak --- hledger/hledger.m4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 00610e83d..4f430d476 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -2508,7 +2508,7 @@ And here are all the directives and their precise effects: | directive | effects | ends at file end? | |-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------| -| **[`account`]** | Declare an account, for [checking](#check) all entries in all files;
and its [display order](#account-display-order) and [type](#declaring-account-types), for reports.
Subdirectives: any text, ignored. | | +| **[`account`]** | Declares an account, for [checking](#check) all entries in all files;
and its [display order](#account-display-order) and [type](#declaring-account-types), for reports.
Subdirectives: any text, ignored. | | | **[`alias`]** | Rewrites account names, in following entries until end of current file or [`end aliases`]. | Y | | **[`apply account`]** | Prepends a common parent account to all account names, in following entries until end of current file or [`end apply account`]. | Y | | **[`comment`]** | Ignores part of the journal file, until end of current file or [`end comment`]. | Y |