X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fpred.lisp;h=79944d2c722114e18e5259c72713a64faee404b5;hb=f6a2be77637d025bfded9430f02863c28f74f77a;hp=1ce49e17317a74095ff514596530f6a85ecdaba6;hpb=fbe6e22af842835f7c70309f4d48064ca3984ad0;p=sbcl.git diff --git a/src/code/pred.lisp b/src/code/pred.lisp index 1ce49e1..79944d2 100644 --- a/src/code/pred.lisp +++ b/src/code/pred.lisp @@ -147,7 +147,7 @@ (defun equal (x y) #!+sb-doc - "Returns T if X and Y are EQL or if they are structured components + "Return T if X and Y are EQL or if they are structured components whose elements are EQUAL. Strings and bit-vectors are EQUAL if they are the same length and have identical components. Other arrays must be EQ to be EQUAL."