Function: elisp-scope--analyze-thing-at-mouse

elisp-scope--analyze-thing-at-mouse is a byte-compiled function defined in elisp-scope.el.gz.

Signature

(elisp-scope--analyze-thing-at-mouse F &rest ARGS)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/elisp-scope.el.gz
(elisp-scope-define-function-analyzer thing-at-mouse (&optional event thing no-props)
  (elisp-scope-1 event)
  (elisp-scope-1 thing '(symbol . thing))
  (elisp-scope-1 no-props))