0.pre7.6:
[sbcl.git] / doc / cmucl / cmu-user / cmu-user.tex
index fb51948..931a3f1 100644 (file)
@@ -11789,7 +11789,7 @@ must be an array of one of the following types:
                  array)
            (optimize (speed 3) (safety 0))
            (ext:optimize-interface (safety 3)))
-  ;; with-array-data will get us to the actual data.  However, because
+  ;; WITH-ARRAY-DATA will get us to the actual data.  However, because
   ;; the array could have been displaced, we need to know where the
   ;; data starts.
   (lisp::with-array-data ((data array)
@@ -12610,7 +12610,7 @@ from this condition.
 \end{deftp}
 
 
-\begin{deftp}{Condition}{unhandled-condition}{}
+\begin{deftp}{Condition}{unhandled-debug-condition}{}
 This error results from a signalled \code{debug-condition} occurring
 without anyone handling it.
 \end{deftp}