Function: actype:param-list
actype:param-list is a byte-compiled function defined in hact.el.
Signature
(actype:param-list ACTYPE)
Documentation
Return list of ACTYPE's parameters without keywords.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hact.el
(defun actype:param-list (actype)
"Return list of ACTYPE's parameters without keywords."
(action:param-list (actype:action actype)))