Variable: calc-embedded-open-mode

calc-embedded-open-mode is a customizable variable defined in calc.el.gz.

Value

"% "

Documentation

A string which should precede 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-open-mode
  "% "
  "A string which should precede `calc-embedded' mode annotations.
This is not required to be present for user-written mode annotations."
  :type '(string))