X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-eval.lisp;h=17e26636188d59034f84843143604c784d5b0922;hb=b8f63d9b4e978bec3bfc1f4fc471e5ed946781fd;hp=8345ec774a61f0392ee4067117a49d0f7ef30a51;hpb=95a6db7329b91dd90d165dd4057b9b5098d34aa2;p=sbcl.git diff --git a/src/code/target-eval.lisp b/src/code/target-eval.lisp index 8345ec7..17e2663 100644 --- a/src/code/target-eval.lisp +++ b/src/code/target-eval.lisp @@ -103,7 +103,7 @@ ;;; EVAL-WHEN. (defun eval (original-exp) #!+sb-doc - "Evaluates its single arg in a null lexical environment, returns the + "Evaluates its single argument in a null lexical environment, returns the result or results." (declare (optimize (safety 1))) (let ((exp (macroexpand original-exp)))