Variable: dcl-comment-line-regexp

dcl-comment-line-regexp is a customizable variable defined in dcl-mode.el.gz.

Value

"^\\$!"

Documentation

Regexp describing the start of a comment line in DCL.

Comment lines are not indented.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/dcl-mode.el.gz
(defcustom dcl-comment-line-regexp "^\\$!"
  "Regexp describing the start of a comment line in DCL.
Comment lines are not indented."
  :type 'regexp)