Index: openacs-4/packages/acs-tcl/tcl/adp-parser-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/adp-parser-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-tcl/tcl/adp-parser-procs.tcl 7 Aug 2017 23:47:59 -0000 1.4 +++ openacs-4/packages/acs-tcl/tcl/adp-parser-procs.tcl 18 Apr 2018 20:58:59 -0000 1.5 @@ -32,7 +32,7 @@ # NSV: doc_adptags($tag) is a list representation of an array containing: # # - balanced_p: do we expect a close tag for $tag? -# - literal_p: was literal provided to doc_register_adp_tag? +# - literal_p: was literal provided to doc_register_adptag? # - handler: the name of the handler proc. See document-procs.tcl for some good # examples.