diff options
author | Yoshihiro Tanaka <[email protected]> | 2015-06-13 13:52:09 -0700 |
---|---|---|
committer | Yoshihiro Tanaka <[email protected]> | 2015-06-13 13:52:09 -0700 |
commit | fb60e5143c2faaf185816b8069174723df5f2c9f (patch) | |
tree | 5e789b4aa27f4d2d9977363259eb6037ff6a720f /system | |
parent | 831aab8a46f9f659bc422fbbef4971e9e68b201f (diff) | |
download | otp-fb60e5143c2faaf185816b8069174723df5f2c9f.tar.gz otp-fb60e5143c2faaf185816b8069174723df5f2c9f.tar.bz2 otp-fb60e5143c2faaf185816b8069174723df5f2c9f.zip |
Add the link to Fun expressions manual page
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/programming_examples/funs.xmlsrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/doc/programming_examples/funs.xmlsrc b/system/doc/programming_examples/funs.xmlsrc index d4c32bc854..80877f0164 100644 --- a/system/doc/programming_examples/funs.xmlsrc +++ b/system/doc/programming_examples/funs.xmlsrc @@ -111,7 +111,9 @@ foreach(fun(Pid) -> Pid ! M end, L)</code> <section> <title>Syntax of Funs</title> - <p>Funs are written with the following syntax:</p> + <p>Funs are written with the following syntax (see <seealso + marker="doc/reference_manual:expressions#funs">Fun Expressions + </seealso> for full description):</p> <code type="none"> F = fun (Arg1, Arg2, ... ArgN) -> ... |