Function: idlwave-mouse-context-help

idlwave-mouse-context-help is an interactive and byte-compiled function defined in idlwave.el.gz.

Signature

(idlwave-mouse-context-help EV &optional ARG)

Documentation

Call idlwave-context-help on the clicked location.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defun idlwave-mouse-context-help (ev &optional arg)
  "Call `idlwave-context-help' on the clicked location."
  (interactive "eP")
  (mouse-set-point ev)
  (idlwave-context-help arg))