Commit 3a87a01b authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files
parents 6cf127a5 4f3907f3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1054,8 +1054,8 @@ This section begins with an example of a system definition,
then gives the full grammar of @code{defsystem}.

Let's look at a simple system.
This is a complete file that would
should be saved as @file{hello-lisp.asd} (in order that ASDF can find it
This is a complete file that should be saved as @file{hello-lisp.asd}
(in order that ASDF can find it
when ordered to operate on the system named @code{"hello-lisp"}).

@c FIXME: the first example should have an outside dependency, e.g.,