* doc/ref/scheme-using.texi (Profile Commands): Mention (ice-9 time)
module path.
---
doc/ref/scheme-using.texi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi
index ac265fcca..31981cb5d 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
--
2.25.1