Variable: scheme-macro-expand-command
scheme-macro-expand-command is a customizable variable defined in
cmuscheme.el.gz.
Value
"(expand %s)"
Documentation
Template for macro-expanding a Scheme form.
For Scheme 48 and Scsh use ",expand %s".
Source Code
;; Defined in /usr/src/emacs/lisp/cmuscheme.el.gz
(defcustom scheme-macro-expand-command "(expand %s)"
"Template for macro-expanding a Scheme form.
For Scheme 48 and Scsh use \",expand %s\"."
:type 'string)