Variable: dcl-ws-r

dcl-ws-r is a customizable variable defined in dcl-mode.el.gz.

Value

"\\([   ]*-[    ]*\\(!.*\\)*\n\\)*[     ]*"

Documentation

Regular expression describing white space in a DCL command line.

White space is any number of continued lines with only space,tab,endcomment followed by space or tab.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/dcl-mode.el.gz
(defcustom dcl-ws-r
  "\\([ \t]*-[ \t]*\\(!.*\\)*\n\\)*[ \t]*"
  "Regular expression describing white space in a DCL command line.
White space is any number of continued lines with only space,tab,endcomment
followed by space or tab."
  :type 'regexp)