X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fcompiler.texinfo;h=c23af6ad4311137b3ca3dc417a4ad1e74e9f2da7;hb=b841aa690bada10da8c8db6eec361e3eeef0492c;hp=e9c2e822382fafebe5e07336826e09dd4b87a5e1;hpb=970dd272dc84f7420252eadb4829cc193f795716;p=sbcl.git diff --git a/doc/manual/compiler.texinfo b/doc/manual/compiler.texinfo index e9c2e82..c23af6a 100644 --- a/doc/manual/compiler.texinfo +++ b/doc/manual/compiler.texinfo @@ -1098,7 +1098,7 @@ a more efficient calling convention that forbids redefinition. By default SBCL implements @code{eval} by calling the native code compiler. SBCL also includes an interpreter for use in special cases -where using the compiler is undesireable, for example due to compilation +where using the compiler is undesirable, for example due to compilation overhead. Unlike in some other Lisp implementations, in SBCL interpreted code is not safer or more debuggable than compiled code.