Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
new-op
new-op
Commits
86988730
Commit
86988730
authored
Jan 08, 2011
by
Marco Antoniotti
💬
Browse files
Added note to documentation of NEW (STANDARD-CLASS &REST ARGUMENTS) mentioning :initargs.
parent
e0faf314
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/html/dictionary/new-op-function.html
View file @
86988730
...
...
@@ -72,8 +72,9 @@ specialized by defining methods for TYPE-CONS.
</pre>
</p>
<p>
Applies MAKE-INSTANCE to the class
<i><code>
s
</code></i>
and
<i><code>
arguments
</code></i>
. This method is, to all effects,
MAKE-INSTANCE in disguise.
<i><code>
arguments
</code></i>
(which may include all the
<code>
:initarg
</code>
s defined for
<i><code>
s
</code></i>
. This
method is, to all effects, MAKE-INSTANCE in disguise.
</p>
</li>
...
...
@@ -310,7 +311,7 @@ methods.</p>
<p>
None.
</p>
<div
class=
"copyright"
>
<!-- hhmts start -->
Last modified:
Thu
Jan
6 16:59:54
EST 2011
<!-- hhmts end -->
<br>
<!-- hhmts start -->
Last modified:
Sat
Jan
8 21:20:15
EST 2011
<!-- hhmts end -->
<br>
©
2010, 2011 Marco Antoniotti, all rights reserved.
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment