Function: get-advertised-calling-convention

get-advertised-calling-convention is a byte-compiled function defined in byte-run.el.gz.

Signature

(get-advertised-calling-convention FUNCTION)

Documentation

Get the advertised SIGNATURE of FUNCTION.

Return t if there isn't any.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/byte-run.el.gz
(defun get-advertised-calling-convention (function)
  "Get the advertised SIGNATURE of FUNCTION.
Return t if there isn't any."
  (gethash function advertised-signature-table t))