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.
1 parent d31c48f commit 7e94721Copy full SHA for 7e94721
src/documentation.lisp
@@ -14,6 +14,9 @@
14
(error "The type of documentation `~S' is not a symbol." type))
15
(oget x "vardoc"))))
16
17
+(defun function-lambda-list (function)
18
+ "Return the lambda-list of FUNCTION."
19
+ (read-from-string (oget (fdefinition function) "lambdalist")))
20
21
;;; APROPOS and friends
22
0 commit comments