Variable: prolog-info-predicate-index

prolog-info-predicate-index is a customizable variable defined in prolog.el.gz.

Value

"(sicstus)Predicate Index"

Documentation

The info node for the SICStus predicate index.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/prolog.el.gz
(defcustom prolog-info-predicate-index
  "(sicstus)Predicate Index"
  "The info node for the SICStus predicate index."
  :version "24.1"
  :group 'prolog-other
  :type 'string)