Variable: dcl-tempo-right-paren

dcl-tempo-right-paren is a customizable variable defined in dcl-mode.el.gz.

Value

")"

Documentation

Text to insert when a right parenthesis is needed in a template in DCL.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/dcl-mode.el.gz
(defcustom dcl-tempo-right-paren ")"
  "Text to insert when a right parenthesis is needed in a template in DCL."
  :type 'string)