Variable: prolog-right-paren

prolog-right-paren is a variable defined in prolog.el.gz.

Value

"[])}]"

Documentation

The characters used as right parentheses for the indentation code.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/prolog.el.gz
(defconst prolog-right-paren "[])}]"    ;FIXME: Why not \\s)?
  "The characters used as right parentheses for the indentation code.")