Variable: dcl-margin-label-offset
dcl-margin-label-offset is a customizable variable defined in
dcl-mode.el.gz.
Value
2
Documentation
Number of columns to indent a margin label in DCL.
A margin label is a label that doesn't begin or end a block, i.e. it
doesn't match dcl-block-begin-regexp or dcl-block-end-regexp.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/dcl-mode.el.gz
(defcustom dcl-margin-label-offset 2
"Number of columns to indent a margin label in DCL.
A margin label is a label that doesn't begin or end a block, i.e. it
doesn't match `dcl-block-begin-regexp' or `dcl-block-end-regexp'."
:type 'integer)