From eecf8d59ae7c8c61c7aab22d05a754ee1fc82ac3 Mon Sep 17 00:00:00 2001 From: Daniel Ehrenberg Date: Sat, 6 Aug 2005 00:19:32 +0000 Subject: [PATCH] fixing lack of clause following because --- doc/comparison.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/comparison.tex b/doc/comparison.tex index 27fa2b6802..0c4e7999e0 100644 --- a/doc/comparison.tex +++ b/doc/comparison.tex @@ -119,7 +119,7 @@ DEFER: second-word-to-be-defined \end{verbatim} before the definition of the first word. -Factor supports named variables. This doesn't destroy concatenativity, though, because +Factor supports named variables. This doesn't destroy concatenativity, though, because words and quotations are not boundaries for it at all; dynamic scope is used. \section{Common Lisp and Scheme}