Variable: dcl-tempo-comma
dcl-tempo-comma is a customizable variable defined in dcl-mode.el.gz.
Value
", "
Documentation
Text to insert when a comma is needed in a template, in DCL mode.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/dcl-mode.el.gz
(defcustom dcl-tempo-comma ", "
"Text to insert when a comma is needed in a template, in DCL mode."
:type 'string)