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