Merge pull request #1650 from colindean/patch-1
Documents commodity directive's alias sub-directive
This commit is contained in:
commit
adc221f1fd
1 changed files with 4 additions and 0 deletions
|
|
@ -2437,6 +2437,7 @@ commodity $
|
|||
note American Dollars
|
||||
format $1,000.00
|
||||
nomarket
|
||||
alias USD
|
||||
default
|
||||
@end smallexample
|
||||
|
||||
|
|
@ -2451,6 +2452,9 @@ provide the ``canonical'' representation.
|
|||
The @code{nomarket} sub-directive states that the commodity's price
|
||||
should never be auto-downloaded.
|
||||
|
||||
The @code{alias} sub-directive states that any commodity matching this
|
||||
symbol is to use the commodity declared in this block.
|
||||
|
||||
The @code{default} sub-directive marks this as the ``default'' commodity.
|
||||
|
||||
@item define
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue