dcl-calc-command-indent-multiple
dcl-calc-command-indent-multiple is a compiled Lisp function in `dcl-mode.el
'.
(dcl-calc-command-indent-multiple INDENT-TYPE CUR-INDENT EXTRA-INDENT LAST-POINT THIS-POINT)
Indent lines to a multiple of dcl-basic-offset.
Set dcl-calc-command-indent-function to this function to customize
indentation of command lines.
Command lines that need to be indented beyond the left margin are
always indented to a column that is a multiple of dcl-basic-offset, as
if tab stops were set at 4, 8, 12, etc.
This supports a formatting style like this (dcl-margin offset = 2,
dcl-basic-offset = 4):
$ if cond
$ then
$ if cond
$ then
$ ! etc