Variable: scheme-untrace-command
scheme-untrace-command is a customizable variable defined in
cmuscheme.el.gz.
Value
"(untrace %s)"
Documentation
Template for switching off tracing of a Scheme procedure.
Scheme 48 and Scsh users should set this variable to ",untrace %s".
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/cmuscheme.el.gz
(defcustom scheme-untrace-command "(untrace %s)"
"Template for switching off tracing of a Scheme procedure.
Scheme 48 and Scsh users should set this variable to \",untrace %s\"."
:type 'string)