diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index b845d75197387a030deed96cd98118a029e34102..f021724fb564dccb0d337c6d1cdba81bcffd61f4 100644 --- a/doc/asdf.texinfo +++ b/doc/asdf.texinfo @@ -981,10 +981,14 @@ or silently convert lowercase to uppercase (lpns). @node Other Operations, Moving on, Loading a system, Using ASDF @section Other Operations +@c FIXME: this isn't a great name for this node -- these are not, in +@c fact, other OPERATIONS. OPERATIONS are objects. These are other +@c "convenience functions," or something like that. [2015/06/29:rpg] + @findex load-system @findex compile-system @findex test-system -@findex requrie-system +@findex require-system ASDF provides three commands for the most common system operations: @code{load-system}, @code{compile-system}, and @code{test-system}.