summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2020-03-25 02:57:20 +0530
committerLudovic Courtès <ludo@gnu.org>2020-06-18 00:30:30 +0200
commitdfca16fd234c13ff76bbfca20ebc3b0895681bc2 (patch)
treeef6d8dfb952c84ec03e0be25a502e2111ceebd22
parent67f5b451b06666cf174d013280b20b68e37f4536 (diff)
downloadguile-dfca16fd234c13ff76bbfca20ebc3b0895681bc2.tar.gz
doc: Mention (ice-9 time) module path.
* doc/ref/scheme-using.texi (Profile Commands): Mention (ice-9 time) module path. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r--doc/ref/scheme-using.texi3
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