diff options
author | Gustav Simonsson <[email protected]> | 2012-05-31 12:26:11 +0200 |
---|---|---|
committer | Gustav Simonsson <[email protected]> | 2012-05-31 12:26:11 +0200 |
commit | 44870b7f3640946f6d80599a8a36314dbafce70f (patch) | |
tree | 56618d5183faaa7383aa8b645e09faea18b3241d | |
parent | 518fa9aa38fd462c5b30474fa5f346bd4c9e99ff (diff) | |
parent | cdd1bc668112289cb2ee573c067ba106ca707b91 (diff) | |
download | otp-44870b7f3640946f6d80599a8a36314dbafce70f.tar.gz otp-44870b7f3640946f6d80599a8a36314dbafce70f.tar.bz2 otp-44870b7f3640946f6d80599a8a36314dbafce70f.zip |
Merge branch 'maint'
-rw-r--r-- | lib/compiler/doc/src/compile.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml index 84e9922847..b577e5ca4f 100644 --- a/lib/compiler/doc/src/compile.xml +++ b/lib/compiler/doc/src/compile.xml @@ -333,7 +333,8 @@ module.beam: module.erl \ <tag><c>{d,Macro,Value}</c></tag> <item> <p>Defines a macro <c>Macro</c> to have the value - <c>Value</c>. The default is <c>true</c>.</p> + <c>Value</c>. <c>Macro</c> is of type atom, and <c>Value</c> can be any term. + The default <c>Value</c> is <c>true</c>.</p> </item> <tag><c>{parse_transform,Module}</c></tag> |