# HG changeset patch # User jwe # Date 760420079 0 # Node ID b1cc443f0bd199f11697e1de27621920fa5e8f88 # Parent 6a81b9fb7957d288b7a5612332ed7fe6ef1eca15 [project @ 1994-02-05 03:47:59 by jwe] diff --git a/src/builtins.cc b/src/builtins.cc --- a/src/builtins.cc +++ b/src/builtins.cc @@ -324,7 +324,7 @@ { "fopen", 3, 1, builtin_fopen, "filenum = fopen (\"filename\", \"mode\"): open a file\n\n\ - Legal values for mode include:\n\n\ + Valid values for mode include:\n\n\ r : open text file for reading\n\ w : open text file for writing; discard previous contents if any\n\ a : append; open or create text file for writing at end of file\n\