Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lispguide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ Robert Brown
</p>
<p>
After that description, every file should start the code itself with an
<code>(in-package :<em>package-name</em>)</code> form.
<code>(in-package #:<em>package-name</em>)</code> form.
</p>
<p>
After that <code>in-package</code> form,
Expand Down Expand Up @@ -3038,7 +3038,7 @@ Robert Brown
</STYLEPOINT>
<STYLEPOINT title="Identity, Equality and Comparisons">
<SUMMARY>
You should the appropriate predicates when comparing objects.
You should use the appropriate predicates when comparing objects.
</SUMMARY>
<BODY>
<p>
Expand Down