Variable: pascal-auto-endcomments
pascal-auto-endcomments is a customizable variable defined in
pascal.el.gz.
Value
t
Documentation
Non-nil means automatically insert comments after certain ends.
Specifically, this is done after the ends of case statements and functions. The name of the function or case is included between the braces.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/pascal.el.gz
(defcustom pascal-auto-endcomments t
"Non-nil means automatically insert comments after certain `end's.
Specifically, this is done after the ends of case statements and functions.
The name of the function or case is included between the braces."
:type 'boolean)