diff --git a/pkg/eval/builtin_fn_misc.go b/pkg/eval/builtin_fn_misc.go index b799f3c3..73ab3ac7 100644 --- a/pkg/eval/builtin_fn_misc.go +++ b/pkg/eval/builtin_fn_misc.go @@ -291,7 +291,7 @@ func useMod(fm *Frame, spec string) (*Ns, error) { // However, the file may mutate variables that already exist, and such mutations // are persisted: // -// ```elvish +// ```elvish-transcript // ~> foo = lorem // ~> echo 'foo = ipsum' > a.elv // ~> -source a.elv