aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/reference_manual
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2014-06-18 16:02:26 +0200
committerBjörn-Egil Dahlberg <[email protected]>2014-06-18 16:02:26 +0200
commitb0e5e6daf3bb389018079f83535ba044e07749e5 (patch)
tree84070b401c087a263bcbcbc736e6cfddfe6e9441 /system/doc/reference_manual
parentfa71986a52c42af21a0865c382ded0334d05acd0 (diff)
parent42ad82b3186b69fec93ab07ea686490bf2fe5840 (diff)
downloadotp-b0e5e6daf3bb389018079f83535ba044e07749e5.tar.gz
otp-b0e5e6daf3bb389018079f83535ba044e07749e5.tar.bz2
otp-b0e5e6daf3bb389018079f83535ba044e07749e5.zip
Merge branch 'maint'
Diffstat (limited to 'system/doc/reference_manual')
-rw-r--r--system/doc/reference_manual/data_types.xml2
-rw-r--r--system/doc/reference_manual/expressions.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/system/doc/reference_manual/data_types.xml b/system/doc/reference_manual/data_types.xml
index 0031664dfb..37c0db5ff7 100644
--- a/system/doc/reference_manual/data_types.xml
+++ b/system/doc/reference_manual/data_types.xml
@@ -215,7 +215,7 @@ adam
0</pre>
<p>A collection of maps processing functions can be found in
the STDLIB module <seealso marker="stdlib:maps"><c>maps</c></seealso>.</p>
- <p>Read more about <seealso marker="maps">Maps</seealso>.</p>
+ <p>Read more about <seealso marker="expressions#map_expressions">Maps</seealso>.</p>
<note>
<p>Maps are considered experimental during OTP 17.</p>
</note>
diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml
index 0ca425da86..fa8f9b2e8f 100644
--- a/system/doc/reference_manual/expressions.xml
+++ b/system/doc/reference_manual/expressions.xml
@@ -792,6 +792,7 @@ Expr1 -- Expr2</pre>
</section>
<section>
+ <marker id="map_expressions"></marker>
<title>Map Expressions</title>
<section>
<title>Creating Maps</title>