Variable: idlwave-html-system-help-location
idlwave-html-system-help-location is a customizable variable defined
in idlw-help.el.gz.
Value
"help/online_help/"
Documentation
The directory, relative to idlwave-system-directory, where the IDL
HTML help files live, for IDL 6.2 and later. This location, if found,
is used in preference to the old idlwave-html-help-location(var)/idlwave-html-help-location(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/idlw-help.el.gz
(defcustom idlwave-html-system-help-location "help/online_help/"
"The directory, relative to `idlwave-system-directory', where the IDL
HTML help files live, for IDL 6.2 and later. This location, if found,
is used in preference to the old `idlwave-html-help-location'."
:type 'directory)