0.pre7.50:
[sbcl.git] / src / compiler / ir1tran.lisp
index a51ab3a..13d61ed 100644 (file)
 ;;;; hacking function names
 
 ;;; This is like LAMBDA, except the result is tweaked so that
-;;; %FUNCTION-NAME or BYTE-FUNCTION-NAME can extract a name. (Also
-;;; possibly the name could also be used at compile time to emit
-;;; more-informative name-based compiler diagnostic messages as well.)
+;;; %FUNCTION-NAME can extract a name. (Also possibly the name could
+;;; also be used at compile time to emit more-informative name-based
+;;; compiler diagnostic messages as well.)
 (defmacro-mundanely named-lambda (name args &body body)
 
   ;; FIXME: For now, in this stub version, we just discard the name. A