Function: jsonrpc-events-occur-at-point
jsonrpc-events-occur-at-point is an interactive and byte-compiled
function defined in jsonrpc.el.gz.
Signature
(jsonrpc-events-occur-at-point)
Documentation
Run occur on thing at point.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/jsonrpc.el.gz
(defun jsonrpc-events-occur-at-point ()
"Run occur on thing at point."
(interactive)
(occur (thing-at-point 'symbol)))