Variable: idlwave-html-help-location

idlwave-html-help-location is a customizable variable defined in idlw-help.el.gz.

Value

"/usr/local/etc/"

Documentation

The directory where the idl_html_help/ dir lives.

Obsolete for IDL 6.2 or later (see idlwave-html-system-help-location).

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-help.el.gz
(defcustom idlwave-html-help-location
   (if (memq system-type '(ms-dos windows-nt))
      nil
    "/usr/local/etc/")
  "The directory where the idl_html_help/ dir lives.
Obsolete for IDL 6.2 or later (see `idlwave-html-system-help-location')."
  :type 'directory)