aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-01-11 14:44:57 +0100
committerBjörn Gustavsson <[email protected]>2017-01-11 14:50:19 +0100
commit14de54495030e746b475afa13aead9e86d8bc3ec (patch)
tree17502931c613aef68332da365732309580a7fa71 /system
parentaff9b4210d0bbc151a1611e260417b0d76ee4a8d (diff)
downloadotp-14de54495030e746b475afa13aead9e86d8bc3ec.tar.gz
otp-14de54495030e746b475afa13aead9e86d8bc3ec.tar.bz2
otp-14de54495030e746b475afa13aead9e86d8bc3ec.zip
expressions.xml: Remove superfluous references to OTP R7/R10
Diffstat (limited to 'system')
-rw-r--r--system/doc/reference_manual/expressions.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml
index 1a3d19aed1..acd1dec901 100644
--- a/system/doc/reference_manual/expressions.xml
+++ b/system/doc/reference_manual/expressions.xml
@@ -123,10 +123,9 @@ member(_Elem, []) ->
or <c>receive</c> expression must be bound in all branches
to have a value outside the expression. Otherwise they
are regarded as 'unsafe' outside the expression.</p>
- <p>For the <c>try</c> expression introduced in
- Erlang 5.4/OTP R10B, variable scoping is limited so that
+ <p>For the <c>try</c> expression variable scoping is limited so that
variables bound in the expression are always 'unsafe' outside
- the expression. This is to be improved.</p>
+ the expression.</p>
</section>
<section>
@@ -189,7 +188,6 @@ f([$p,$r,$e,$f,$i,$x | Str]) -> ...</pre>
<pre>
case {Value, Result} of
{?THRESHOLD+1, ok} -> ...</pre>
- <p>This feature was added in Erlang 5.0/OTP R7.</p>
</section>
</section>
@@ -1348,8 +1346,8 @@ catch
ExceptionBodyN
end</code>
<p>This is an enhancement of
- <seealso marker="#catch">catch</seealso> that appeared in
- Erlang 5.4/OTP R10B. It gives the possibility to:</p>
+ <seealso marker="#catch">catch</seealso>.
+ It gives the possibility to:</p>
<list type="bulleted">
<item>Distinguish between different exception classes.</item>
<item>Choose to handle only the desired ones.</item>