We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c41bbf + ee1c364 commit 29b6d57Copy full SHA for 29b6d57
lispguide.xml
@@ -738,7 +738,7 @@ Robert Brown
738
</p>
739
<p>
740
After that description, every file should start the code itself with an
741
- <code>(in-package :<em>package-name</em>)</code> form.
+ <code>(in-package #:<em>package-name</em>)</code> form.
742
743
744
After that <code>in-package</code> form,
@@ -3038,7 +3038,7 @@ Robert Brown
3038
</STYLEPOINT>
3039
<STYLEPOINT title="Identity, Equality and Comparisons">
3040
<SUMMARY>
3041
- You should the appropriate predicates when comparing objects.
+ You should use the appropriate predicates when comparing objects.
3042
</SUMMARY>
3043
<BODY>
3044
0 commit comments