Variable: calculator-prompt
calculator-prompt is a customizable variable defined in
calculator.el.gz.
Value
"Calc=%s> "
Documentation
The prompt used by the Emacs calculator.
It should contain a "%s" somewhere that will indicate the i/o radixes;
this will be a two-character string as described in the documentation
for calculator-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/calculator.el.gz
(defcustom calculator-prompt "Calc=%s> "
"The prompt used by the Emacs calculator.
It should contain a \"%s\" somewhere that will indicate the i/o radixes;
this will be a two-character string as described in the documentation
for `calculator-mode'."
:type 'string)