Variable: c-single-quotes-quote-strings

c-single-quotes-quote-strings is a buffer-local variable defined in cc-engine.el.gz.

Documentation

Whether the language uses single quotes for multi-char strings.

Note that to set up a language to use this, additionally:
(i) the syntax of "'" must be "string quote" (7);
(ii) the language's value of c-has-quoted-numbers must be nil;
(iii) the language's value of c-get-state-before-change-functions may not
  contain c-parse-quotes-before-change;
(iv) the language's value of c-before-font-lock-functions may not contain
  c-parse-quotes-after-change.

Source Code

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