Variable: c-ml-string-any-closer-re
c-ml-string-any-closer-re is a buffer-local variable defined in
cc-engine.el.gz.
Documentation
If non-nil, a regexp that matches any multi-line string closer.
It may also match context.
A search for this regexp starting at the end of the corresponding opener must find the first closer as the first match.
Such a closer must include 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 regard the last of them as "the" ".
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cc-engine.el.gz