diff options
author | Zandra Hird <[email protected]> | 2015-06-16 17:00:08 +0200 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-06-16 17:00:08 +0200 |
commit | dc35ae6cb4d7f067eef7a31cd2db34bd1c35e4bd (patch) | |
tree | 554324f1b334353f776bd3ef49feffaf0499da50 | |
parent | 50ba58531c3af61351d1d87ce6e05faa9f1ea9f6 (diff) | |
parent | fb60e5143c2faaf185816b8069174723df5f2c9f (diff) | |
download | otp-dc35ae6cb4d7f067eef7a31cd2db34bd1c35e4bd.tar.gz otp-dc35ae6cb4d7f067eef7a31cd2db34bd1c35e4bd.tar.bz2 otp-dc35ae6cb4d7f067eef7a31cd2db34bd1c35e4bd.zip |
Merge branch 'hirotnk/fun-doc-syntax-ref'
* hirotnk/fun-doc-syntax-ref:
Add the link to Fun expressions manual page
-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) -> ... |