From c5b5fa48f14ca008f2812ca22322e21e5af4c6ea Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Tue, 5 Nov 1991 20:33:31 +0000
Subject: [PATCH] Instead of saying Allegro, say "commercial implementations."

---
 general-info/cmucl.1 | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/general-info/cmucl.1 b/general-info/cmucl.1
index 43a3a2123..0ce99c600 100644
--- a/general-info/cmucl.1
+++ b/general-info/cmucl.1
@@ -6,7 +6,7 @@
 .\" If you want to use this code or any part of CMU Common Lisp, please contact
 .\" Scott Fahlman or slisp-group@cs.cmu.edu.
 .\"
-.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/cmucl.1,v 1.4 1991/10/18 18:41:17 ram Exp $
+.\"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/general-info/cmucl.1,v 1.5 1991/11/05 20:33:31 ram Exp $
 .\"
 .\" **********************************************************************
 .\"
@@ -33,7 +33,7 @@ RT Mach version.  At least 16 megabytes of memory and 25 megabytes of disk
 space are recommended.  As usual, more is better.
 
 .SH OVERVIEW
-When compared other Common Lisp implementations (such as Allegro), CMU CL has
+When compared other Common Lisp implementations, CMU CL has
 two broad advantages:
 .TP 3
 \--
@@ -172,8 +172,10 @@ direct support for such functions, these operations can easily be
 open-coded.
 .TP 3
 \--
-Substantially better bignum performance than Allegro (2x-4x).  Bignums
-implemented in lisp using word integers, so you can roll your own.
+
+Substantially better bignum performance than commercial implementations
+(2x-4x).  Bignums implemented in lisp using word integers, so you can roll your
+own.
 .PP
 
 Python's compiler warnings and efficiency notes are especially valuable in
-- 
GitLab