diff options
Diffstat (limited to 'src/interp/br-con.boot')
| -rw-r--r-- | src/interp/br-con.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/br-con.boot b/src/interp/br-con.boot index ce241655..9fce6fae 100644 --- a/src/interp/br-con.boot +++ b/src/interp/br-con.boot @@ -1001,7 +1001,7 @@ dbShowConsDoc1(htPage,conform,indexOrNil) == sig := '((CATEGORY domain) (SetCategory) (SetCategory)) displayDomainOp(htPage,'"constructor",conform,conname,sig,true,doc,indexOrNil,'dbSelectCon,nil,nil) exposeFlag := isExposedConstructor conname - doc := [getConstructorDocumentation conname] + doc := getConstructorDocumentation conname signature := getConstructorSignature conname sig := getConstructorKindFromDB conname = "category" => |
