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 c2cb7a5 commit e76ab86Copy full SHA for e76ab86
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