From 9102acf15219c8155c4deba17617b59ec9fc1d2f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 1 Apr 2024 08:44:34 -1000 Subject: [PATCH] ;doc:D: clarify scope [#2191] --- 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 874a0a7ed..cf9891711 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -2629,7 +2629,7 @@ Downsides: another syntax to learn, redundant with hledger's This directive sets a default commodity, to be used for any subsequent commodityless amounts (ie, plain numbers) seen while parsing the journal. This effect lasts until the next `D` directive, -or the end of the journal. +or the end of the current file. For compatibility/historical reasons, `D` also acts like a [`commodity` directive](#commodity-directive) (setting the commodity's decimal mark for parsing and [display style](#amount-display-format) for output).