From 619ebbf0d7c7add4a98cc040e46819df4cacd6e9 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 18 Feb 2008 05:12:38 -0600 Subject: [PATCH] Fix see for HOOK: --- core/prettyprint/prettyprint.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prettyprint/prettyprint.factor b/core/prettyprint/prettyprint.factor index 2d4e6ced14..d578738c56 100755 --- a/core/prettyprint/prettyprint.factor +++ b/core/prettyprint/prettyprint.factor @@ -174,7 +174,7 @@ M: hook-generic synopsis* dup definer. dup seeing-word dup pprint-word - dup "combination" word-prop hook-combination-var pprint-word + dup "combination" word-prop hook-combination-var pprint* stack-effect. ; M: method-spec synopsis*