X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-numbers.lisp;h=c10c22e730ad4fd370ed315a492fc97d4d8bb60c;hb=fa8962d732057015fbb9a2f8a08ea8d5299b50dd;hp=c518c6a1171afe5e95b9bb3391b3881f595d6f21;hpb=95a6db7329b91dd90d165dd4057b9b5098d34aa2;p=sbcl.git diff --git a/src/code/target-numbers.lisp b/src/code/target-numbers.lisp index c518c6a..c10c22e 100644 --- a/src/code/target-numbers.lisp +++ b/src/code/target-numbers.lisp @@ -338,8 +338,8 @@ (defun / (number &rest more-numbers) #!+sb-doc - "Divides the first arg by each of the following arguments, in turn. - With one arg, returns reciprocal." + "Divide the first argument by each of the following arguments, in turn. + With one argument, return reciprocal." (if more-numbers (do ((nlist more-numbers (cdr nlist)) (result number))