diff --git a/docs/alpha/michelson.rst b/docs/alpha/michelson.rst index 51b9da1b4578462683a8ad415e45a41b8d65fa8c..681d1221266c3003523a5fd653d18a858514f9d4 100644 --- a/docs/alpha/michelson.rst +++ b/docs/alpha/michelson.rst @@ -1052,16 +1052,10 @@ Operations on timelock Events ~~~~~~ -- ``EMIT %tag 'ty``: constructs an operation that will write an event into - the transaction receipt after the successful execution of this contract. - It accepts as arguments an annotation as a tag to the emitted event and - the type of data attachment. - - See :doc:`Event ` for more information. - -:: +A detailed description of the following instructions can be found in the `interactive Michelson reference manual `__. - :: 'ty : 'S -> operation : 'S +- ``EMIT %tag 'ty``: constructs an operation that will write an event into + the transaction receipt (`documentation `__). Removed instructions and types