From a359d6b828fc7e423f99a6a9ef960a642878fc72 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 21 Jan 2025 23:38:38 -1000 Subject: [PATCH] ;doc: Directive effects: fix account types link [#126] --- 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 9e9b29b6b5e..ed61e80153c 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -1985,7 +1985,7 @@ Here are all hledger's directives, with their effects and scope summarised - nin | directive | what it does | ends at file end? | |-------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------| -| **[`account`]** | Declares an account, for [checking](#check) all entries in all files;
and its [display order](#account-display-order) and [type](#declaring-account-types).
Subdirectives: any text, ignored. | N | +| **[`account`]** | Declares an account, for [checking](#check) all entries in all files;
and its [display order](#account-display-order) and [type](#account-types).
Subdirectives: any text, ignored. | N | | **[`alias`]** | Rewrites account names, in following entries until end of current file or [`end aliases`].
Command line equivalent: [`--alias`] | Y | | **[`comment`]** | Ignores part of the journal file, until end of current file or `end comment`. | Y | | **[`commodity`]** | Declares up to four things:
1. a commodity symbol, for checking all amounts in all files
2. the display style for all amounts of this commodity
3. the decimal mark for parsing amounts of this commodity, in the rest of this file and its children, if there is no `decimal-mark` directive
4. the precision to use for balanced-transaction checking in this commodity, in this file and its children.
Takes precedence over `D`.
Subdirectives: `format` (ignored).
Command line equivalent: [`-c/--commodity-style`](#commodity-styles) | N,
N,
Y,
Y |