--- gforth/kernel/files.fs 1998/12/08 22:03:10 1.5 +++ gforth/kernel/files.fs 1999/02/03 00:10:24 1.6 @@ -70,7 +70,7 @@ BEGIN refill WHILE interpret REPEAT ; : include-file ( i*x fid -- j*x ) \ file - \G interpret (process using the text interpreter) the contents of + \G Interpret (process using the text interpreter) the contents of \G the file @var{fid}. push-file loadfile ! 0 loadline ! blk off ['] read-loop catch