Variable: pascal-indent-level
pascal-indent-level is a customizable variable defined in
pascal.el.gz.
Value
3
Documentation
Indentation of Pascal statements with respect to containing block.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/pascal.el.gz
(defcustom pascal-indent-level 3
"Indentation of Pascal statements with respect to containing block."
:type 'integer)