diff options
author | Raimo Niskanen <[email protected]> | 2016-02-19 09:39:46 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2016-02-19 09:39:46 +0100 |
commit | fc1e649e3613f18dec8514921d0439ddcca73bdb (patch) | |
tree | c450dbb70177f21cb30ef99962fa4fa728acf774 /lib/stdlib/doc | |
parent | 65767cfc36cf8658b45d68b3c17d4bd612198165 (diff) | |
download | otp-fc1e649e3613f18dec8514921d0439ddcca73bdb.tar.gz otp-fc1e649e3613f18dec8514921d0439ddcca73bdb.tar.bz2 otp-fc1e649e3613f18dec8514921d0439ddcca73bdb.zip |
Add reply([Reply])
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/gen_statem.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/gen_statem.xml b/lib/stdlib/doc/src/gen_statem.xml index f66f399137..5f9ec6736e 100644 --- a/lib/stdlib/doc/src/gen_statem.xml +++ b/lib/stdlib/doc/src/gen_statem.xml @@ -892,7 +892,10 @@ erlang:'!' -----> Module:StateName/5 </seealso> argument to the <seealso marker="#state_function">state function</seealso>. <c><anno>Client</anno></c> and <c><anno>Reply</anno></c> - an also be specified using <c><anno>ReplyOperation</anno></c>. + can also be specified using a + <seealso marker="#type-reply_operation"> + <c>reply_operation()</c> + </seealso> and multiple replies with a list of them. </p> <note> <p>A reply sent with this function will not be visible |