diff --git a/collects/plot/scribblings/common.rkt b/collects/plot/scribblings/common.rkt index 7aea29a5b9..dcfce8bd94 100644 --- a/collects/plot/scribblings/common.rkt +++ b/collects/plot/scribblings/common.rkt @@ -38,3 +38,6 @@ [plot3d-bitmap plot3d]) plot/utils))) eval)) + +(define (close-plot-eval) + (close-eval plot-eval)) diff --git a/collects/plot/scribblings/plot.scrbl b/collects/plot/scribblings/plot.scrbl index 355ec21b9c..c6c19dbcae 100644 --- a/collects/plot/scribblings/plot.scrbl +++ b/collects/plot/scribblings/plot.scrbl @@ -46,3 +46,5 @@ If you have code written for PLoT 5.1.3 or earlier, please see @secref["porting" @include-section["porting.scrbl"] @include-section["compat.scrbl"] + +@close-plot-eval[]