Variable: dcl-tempo-left-paren

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

Value

"("

Documentation

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

Source Code

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