add ,reload meta-command and document it and reload-module
authorAndy Wingo <wingo@pobox.com>
Fri, 17 Dec 2010 12:27:43 +0000 (13:27 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 17 Dec 2010 12:27:43 +0000 (13:27 +0100)
commitcdab9fc6250ffa86467156d50b88834c28922b16
tree5d6f7118d71b2ba3535e8feda03a3e96f64dd788
parent626e36e5cbfb8a251c647d44116bd2b34bc88106
add ,reload meta-command and document it and reload-module

* module/ice-9/boot-9.scm (reload-module): Add docstring.
* module/system/repl/command.scm (reload): New meta-command.

* doc/ref/scheme-using.texi (Module Commands): Document the ,reload
  meta-command.
* doc/ref/api-modules.texi (Module System Reflection): Document
  reload-module.
doc/ref/api-modules.texi
doc/ref/scheme-using.texi
module/ice-9/boot-9.scm
module/system/repl/command.scm