Function: idlwave-mouse-completion-help

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

Signature

(idlwave-mouse-completion-help EV)

Documentation

Display online help about the completion at point.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defun idlwave-mouse-completion-help (ev)
  "Display online help about the completion at point."
  (interactive "eP")
  ;; Restore last-command for next command, to make
  ;; scrolling/canceling of completions work.
  (setq this-command last-command)
  (idlwave-do-mouse-completion-help ev))