Variable: idlwave-help-application

idlwave-help-application is a customizable variable defined in idlwave.el.gz.

Value

"idlhelp"

Documentation

The external application providing reference help for programming.

Obsolete, if the IDL Assistant is being used for help.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defcustom idlwave-help-application "idlhelp"
  "The external application providing reference help for programming.
Obsolete, if the IDL Assistant is being used for help."
  :group 'idlwave-external-programs
  :type 'string)