calc-embedded-open-close-mode-alist
calc-embedded-open-close-mode-alist is a variable defined in `
calc.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Alist of major modes with pairs of strings to delimit annotations.
You can customize this variable.
Value:
((c++-mode "// " "\n")
(c-mode "/* " " */\n")
(f90-mode "! " "\n")
(fortran-mode "C " "\n")
(html-helper-mode "\n")
(html-mode "\n")
(nroff-mode "\\\" " "\n")
(pascal-mode "{ " " }\n")
(sgml-mode "\n")
(xml-mode "\n")
(texinfo-mode "@c " "\n"))