Function: eshell-function-target-p

eshell-function-target-p is a function defined in esh-io.el.gz.

Signature

(eshell-function-target-p X)

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-io.el.gz
;; Could not find source code, showing raw function object.
#[(x)
  ((and (memq (type-of x) cl-struct-eshell-function-target-tags) t))
  (cl-struct-eshell-function-target-tags)]