diff options
Diffstat (limited to 'Doc/lib/libfuncs.tex')
-rw-r--r-- | Doc/lib/libfuncs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 712cb6f..0ef8201 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -119,7 +119,7 @@ be added to the end of the the argument list. 2 >>> \end{verbatim}\ecode - +% This function can also be used to execute arbitrary code objects (e.g.\ created by \code{compile()}). In this case pass a code object instead of a string. The code object must have been compiled |