Skip to content
Snippets Groups Projects
Commit a90f804a authored by Attila Lendvai's avatar Attila Lendvai
Browse files

copy-pastable goodie in the docstring of parse-ordinary-lambda-list

parent 54d22248
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,9 @@ arguments when given."
(normalize-optional normalize)
(normalize-keyword normalize)
(normalize-auxilary normalize))
"Parses an ordinary lambda-list, returning as multiple values:
"Parses an ordinary lambda-list, returning:
\(values requireds optionals rest keywords allow-other-keys? auxiliaries)
1. Required parameters.
2. Optional parameter specifications, normalized into form (NAME INIT SUPPLIEDP)
......
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