Skip to content
Snippets Groups Projects
Commit 4f3907f3 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Trivial fix to the manual.

parent 4aa1c74e
No related branches found
No related tags found
No related merge requests found
...@@ -1054,8 +1054,8 @@ This section begins with an example of a system definition, ...@@ -1054,8 +1054,8 @@ This section begins with an example of a system definition,
then gives the full grammar of @code{defsystem}. then gives the full grammar of @code{defsystem}.
Let's look at a simple system. Let's look at a simple system.
This is a complete file that would This is a complete file that should be saved as @file{hello-lisp.asd}
should be saved as @file{hello-lisp.asd} (in order that ASDF can find it (in order that ASDF can find it
when ordered to operate on the system named @code{"hello-lisp"}). when ordered to operate on the system named @code{"hello-lisp"}).
@c FIXME: the first example should have an outside dependency, e.g., @c FIXME: the first example should have an outside dependency, e.g.,
...@@ -1085,7 +1085,7 @@ helps make interactive development of @code{defsystem} forms behave in ...@@ -1085,7 +1085,7 @@ helps make interactive development of @code{defsystem} forms behave in
the same was as when these forms are loaded by ASDF. If that's enough the same was as when these forms are loaded by ASDF. If that's enough
for you, skip the rest of this item. Otherwise read on for the gory details. for you, skip the rest of this item. Otherwise read on for the gory details.
If your file is loaded by ASDF 3, it will be loaded into the If your file is loaded by ASDF 3, it will be loaded into the
@code{asdf-user} package. The @code{in-package} form @code{asdf-user} package. The @code{in-package} form
will ensure that the system definition is read the will ensure that the system definition is read the
same as within ASDF when you load it interactively with @code{cl:load}. same as within ASDF when you load it interactively with @code{cl:load}.
...@@ -1097,7 +1097,7 @@ Recent versions of SLIME (2013-02 and later) know to do that. ...@@ -1097,7 +1097,7 @@ Recent versions of SLIME (2013-02 and later) know to do that.
@item @item
You can always rely on symbols You can always rely on symbols
from both package @code{asdf} and @code{common-lisp} being available in from both package @code{asdf} and @code{common-lisp} being available in
@code{.asd} files -- @code{.asd} files --
most importantly including @code{defsystem}. most importantly including @code{defsystem}.
@c FIXME: the following should be inserted in a more advanced @c FIXME: the following should be inserted in a more advanced
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment