Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -N -r1.66.2.23 -r1.66.2.24 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 29 Jul 2021 15:57:31 -0000 1.66.2.23 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 29 Jul 2021 15:58:44 -0000 1.66.2.24 @@ -852,7 +852,9 @@ @param warn specifies that the procedure should generate a warning when invoked (requires that -deprecated also be set) @param callback the name of the callback contract being defined or - implemented + implemented. When this flag is specified, -private + and -public flags are ignored and the resulting + proc will always be private. @param impl the name of the callback implementation for the specified contract @param arg_list the list of switches and positional parameters which can be