Remove some stray texinfo syntax from a footnote
This commit is contained in:
parent
bed7e96022
commit
cea9fbfab0
@ -2107,7 +2107,7 @@ ret_expr : "ret" expr ? ;
|
|||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
Return expressions are denoted with the keyword `ret`. Evaluating a `ret`
|
Return expressions are denoted with the keyword `ret`. Evaluating a `ret`
|
||||||
expression^[footnote{A `ret` expression is analogous to a `return` expression
|
expression^[A `ret` expression is analogous to a `return` expression
|
||||||
in the C family.] moves its argument into the output slot of the current
|
in the C family.] moves its argument into the output slot of the current
|
||||||
function, destroys the current function activation frame, and transfers
|
function, destroys the current function activation frame, and transfers
|
||||||
control to the caller frame.
|
control to the caller frame.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user