1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

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>
This commit is contained in:
Arun Isaac 2020-03-25 02:57:20 +05:30 committed by Ludovic Courtès
parent 67f5b451b0
commit dfca16fd23

View file

@ -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