From: dpvc v. a. <we...@ma...> - 2008-08-11 14:21:39
|
Log Message: ----------- Fixed typos in comments. Modified Files: -------------- pg/macros: parserAutoStrings.pl Revision Data ------------- Index: parserAutoStrings.pl =================================================================== RCS file: /webwork/cvs/system/pg/macros/parserAutoStrings.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -Lmacros/parserAutoStrings.pl -Lmacros/parserAutoStrings.pl -u -r1.4 -r1.5 --- macros/parserAutoStrings.pl +++ macros/parserAutoStrings.pl @@ -16,7 +16,7 @@ =head1 NAME -parserAutoStrings.pl - Force String() to accpet any string. +parserAutoStrings.pl - Force String() to accept any string. =head1 DESCRIPTION @@ -24,15 +24,16 @@ legal value. (It will add the string to the context if it isn't already defined.) -To acocmplish this, put the lines +To accomplish this, put the lines loadMacros("parserAutoStrings.pl"); AutoStrings(); -(You can also pass AutoStrings a context pointer if you wish to -alter context other than the current one.) +at the beginning of your problem file. (You can also pass AutoStrings +a context pointer if you wish to alter context other than the current +one.) -There is also a routine to help making strings easier to predefine. +There is also a routine to help make strings easier to predefine. For example: loadMacros("parserAutoStrings.pl"); |