From 24e6aa49b105bb608c04a4ccdc76fef7b5f838f2 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Sun, 23 Feb 2003 16:14:46 +0000 Subject: [PATCH] 0.7.12.55: doc fixes, some from #lisp... ...emu pointed out where arg order stuff for :TEST functions is specified. ...dan-b found a much-less-hackish !ENTITY for the manual. --- doc/compiler.sgml | 4 ++-- doc/sbcl-html.dsl | 11 +--------- doc/sbcl.1 | 49 ++++++++++++++++++++++----------------------- src/compiler/seqtran.lisp | 24 ++++------------------ version.lisp-expr | 2 +- 5 files changed, 32 insertions(+), 58 deletions(-) diff --git a/doc/compiler.sgml b/doc/compiler.sgml index 18c797a..e66bca3 100644 --- a/doc/compiler.sgml +++ b/doc/compiler.sgml @@ -721,7 +721,7 @@ interpretation, and setting safety less than compiler's decision whether to inline operations, which tend to increase the size of programs. Use the value 0 with caution, since it can cause the compiler to inline operations so -promiscuously that the net effect is to slow the program by causing +indiscriminately that the net effect is to slow the program by causing cache misses or swapping.