Variable: calc-embedded-close-mode
calc-embedded-close-mode is a customizable variable defined in
calc.el.gz.
Value
"\n"
Documentation
A string which should follow calc-embedded mode annotations.
This is not required to be present for user-written mode annotations.
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc.el.gz
(defcustom calc-embedded-close-mode
"\n"
"A string which should follow `calc-embedded' mode annotations.
This is not required to be present for user-written mode annotations."
:type '(string))