Commit 23864f02 authored by François-René Rideau's avatar François-René Rideau
Browse files

Merge branch 'add-already-loaded-systems-doc' into 'master'

Document ALREADY-LOADED-SYSTEMS.

See merge request asdf/asdf!123
parents 52437c6f e34c0d83
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -1003,8 +1003,6 @@ compiling, loading and testing.
@c FIXME: the following is too complicated for here, especially since
@c :force hasn't been defined yet.  Move it. [2014/02/27:rpg]

@findex already-loaded-systems

@defun load-system system @Arest{} keys @Akey{} force force-not verbose version @AallowOtherKeys{}
Apply @code{operate} with the operation @code{load-op}, the
@var{system}, and any provided keyword arguments.  Calling
@@ -1080,6 +1078,13 @@ ASDF itself never builds anything unless
it's an explicitly requested system or the dependencies thereof).
@end defun

@defun already-loaded-systems
Returns a list of names of the systems that have been successfully
loaded so far.
@end defun




@node Moving on,  , Convenience Functions, Using ASDF
@section Moving on