Function: idlwave-shell-mouse-help
idlwave-shell-mouse-help is an interactive and byte-compiled function
defined in idlw-shell.el.gz.
Signature
(idlwave-shell-mouse-help EVENT)
Documentation
Print value of variable at the mouse position, with help.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
(defun idlwave-shell-mouse-help (event)
"Print value of variable at the mouse position, with `help'."
(interactive "e")
(idlwave-shell--mouse-examine event 'help))