diff options
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r-- | doc/ref/scheme-using.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi index 7700cbe9b..126b84590 100644 --- a/doc/ref/scheme-using.texi +++ b/doc/ref/scheme-using.texi @@ -223,6 +223,10 @@ Import modules / List those imported. Load a file in the current module. @end deffn +@deffn {REPL Command} reload [module] +Reload the given module, or the current module if none was given. +@end deffn + @deffn {REPL Command} binding List current bindings. @end deffn |