Variable: idlwave-help-assistant-command

idlwave-help-assistant-command is a variable defined in idlw-help.el.gz.

Value

"bin/idl_assistant"

Documentation

The command, rooted at idlwave-system-directory, which invokes the IDL assistant.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-help.el.gz
;; The Windows version does not have a !DIR/bin/* set of front-end
;; scripts, but instead only links directly to bin.x86.  As a result,
;; we must pass the -profile argument as well.
(defvar idlwave-help-assistant-command
  (if (memq system-type '(ms-dos windows-nt))
      "bin/bin.x86/idl_assistant.exe"
    "bin/idl_assistant")
  "The command, rooted at `idlwave-system-directory', which invokes the
IDL assistant.")