Variable: dcl-continuation-offset
dcl-continuation-offset is a customizable variable defined in
dcl-mode.el.gz.
Value
6
Documentation
Number of columns to indent a continuation line in DCL.
A continuation line is a line that follows a line ending with -.
The meaning of this variable may be changed if
dcl-calc-cont-indent-function is set to a function.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/dcl-mode.el.gz
(defcustom dcl-continuation-offset 6
"Number of columns to indent a continuation line in DCL.
A continuation line is a line that follows a line ending with `-'.
The meaning of this variable may be changed if
`dcl-calc-cont-indent-function' is set to a function."
:type 'integer)