elint-find-builtin-args
elint-find-builtin-args is a compiled Lisp function in `elint.el
'.
(elint-find-builtin-args &optional LIST)
Return a list of the built-in functions and their arguments.
If LIST is nil, call `elint-find-builtins' to get a list of all built-in
functions, otherwise use LIST.
Each function is represented by a cons cell:
(function-symbol . args)
If no documentation could be found args will be `unknown'.