diff --git a/collects/drscheme/private/rep.ss b/collects/drscheme/private/rep.ss index ecf61adbb7..184b6afa94 100644 --- a/collects/drscheme/private/rep.ss +++ b/collects/drscheme/private/rep.ss @@ -135,7 +135,7 @@ TODO ;; (disable buttons, menus, etc) disable-evaluation ;; (-> void) - ;; make the context enable all methods of evaluation + ;; make the context disable all methods of evaluation ;; (disable buttons, menus, etc) set-breakables ;; (union thread #f) (union custodian #f) -> void @@ -1843,4 +1843,4 @@ TODO (drs-autocomplete-mixin (λ (txt) (send txt get-definitions-text)) (text:foreground-color-mixin - text:clever-file-format%))))))))))))) \ No newline at end of file + text:clever-file-format%)))))))))))))