Function: elisp--shorthand-aware-fboundp

elisp--shorthand-aware-fboundp is a byte-compiled function defined in elisp-mode.el.gz.

Signature

(elisp--shorthand-aware-fboundp SYM)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/elisp-mode.el.gz
(defun elisp--shorthand-aware-fboundp (sym)
  (fboundp (intern-soft (symbol-name sym))))