aboutsummaryrefslogtreecommitdiff
path: root/src/interp/c-doc.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/c-doc.boot')
-rw-r--r--src/interp/c-doc.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/c-doc.boot b/src/interp/c-doc.boot
index 19ab4bd4..cfcd96a9 100644
--- a/src/interp/c-doc.boot
+++ b/src/interp/c-doc.boot
@@ -1272,11 +1272,11 @@ checkDocError u ==
$constructorName => checkDocMessage u
u
if $exposeFlag and $exposeFlagHeading then
- SAYBRIGHTLY1($exposeFlagHeading,$outStream)
+ sayBrightly1($exposeFlagHeading,$outStream)
sayBrightly $exposeFlagHeading
$exposeFlagHeading := nil
sayBrightly msg
- if $exposeFlag then SAYBRIGHTLY1(msg,$outStream)
+ if $exposeFlag then sayBrightly1(msg,$outStream)
--if called by checkDocFile (see file checkdoc.boot)
++ Augment `u' with information about the owner of the source file