Variable: idlwave-highlight-help-links-in-completion

idlwave-highlight-help-links-in-completion is a customizable variable defined in idlwave.el.gz.

Value

t

Documentation

Non-nil means, highlight completions for which system help is available.

Help can then be accessed with mouse-3. This option is only effective when the online help system is installed.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defcustom idlwave-highlight-help-links-in-completion t
  "Non-nil means, highlight completions for which system help is available.
Help can then be accessed with mouse-3.
This option is only effective when the online help system is installed."
  :group 'idlwave-completion
  :type 'boolean)