Skip to content

Commit f8be423

Browse files
committed
;doc: journal: fix commodity's scope, end-of-file
1 parent a04a0a2 commit f8be423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hledger/hledger.m4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2296,7 +2296,7 @@ so here is a table summarising the directives and their effects, with links to m
22962296
| [`alias`] | `end aliases` | | rewrite account names | following entries until end of current file or end directive
22972297
| [`apply account`] | `end apply account` | | prepend a common parent to account names | following entries until end of current file or end directive
22982298
| [`comment`] | `end comment` | | ignore part of journal | following entries until end of current file or end directive
2299-
| [`commodity`] | | `format` | declare a commodity and its number notation & display style | number notation: following entries in that commodity in all files <!-- or until end of current file ? -->; <br>display style: amounts of that commodity in reports
2299+
| [`commodity`] | | `format` | declare a commodity and its number notation & display style | number notation: following entries until end of current file; <br>display style: amounts of that commodity in reports
23002300
| [`D`] | | | declare a commodity to be used for commodityless amounts, and its number notation & display style | default commodity: following commodityless entries until end of current file; <br>number notation: following entries in that commodity until end of current file; <br>display style: amounts of that commodity in reports
23012301
| [`include`] | | | include entries/directives from another file | what the included directives affect
23022302
| [`payee`] | | | declare a payee name | following entries until end of current file

0 commit comments

Comments
 (0)