Variable: pascal-exclude-str-start
pascal-exclude-str-start is a variable defined in pascal.el.gz.
Value
"{-----\\/----- EXCLUDED -----\\/-----"
Documentation
String used to mark beginning of excluded text.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/pascal.el.gz
;;; Strings used to mark beginning and end of excluded text
(defconst pascal-exclude-str-start "{-----\\/----- EXCLUDED -----\\/-----"
"String used to mark beginning of excluded text.")