diff options
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r-- | doc/ref/scheme-using.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi index 9022eb953..b08c85cbc 100644 --- a/doc/ref/scheme-using.texi +++ b/doc/ref/scheme-using.texi @@ -311,6 +311,9 @@ will be printed farther to the right, though if the width of the indentation passes the @var{max-indent}, the indentation is abbreviated. @end deffn +These REPL commands can also be called as regular functions in scheme +code on including the @code{(ice-9 time)} module. + @node Debug Commands @subsubsection Debug Commands |