Hello, when editing something like (apply #'call-process (car command) nil (if stderr-file (list t stderr-file) t) nil (append (cdr command) (list archive name))) eldoc support would be useful to see the argument names of 'call-process' instead of the signature of 'apply'. Would doing something like this be acceptable?