Variable: c-ml-string-opener-re

c-ml-string-opener-re is a buffer-local variable defined in cc-engine.el.gz.

Documentation

If non-nil, a regexp that matches a multi-line string opener.

It may also match context.

Such an opener must be at least 2 characters long, and must contain a " character. (match-string 1) matches the actual delimiter and (match-string 2) matches the actual ". If a delimiter contains several "s, it is recommended to configure the first of them as "the" ".

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cc-engine.el.gz