Index: openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl,v diff -u -N -r1.31 -r1.32 --- openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl 14 Jun 2018 16:43:50 -0000 1.31 +++ openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl 24 Jul 2018 19:12:29 -0000 1.32 @@ -29,11 +29,11 @@ Additional documentation and commentary at http://openacs.org/forums/message-view?message_id=108614. - @param contract_name The name of the contract you wish to use. - @param operation_name The name of the operation in the contract you wish to call. + @param contract The name of the contract you wish to use. + @param operation The name of the operation in the contract you wish to call. @param impl The name of the implementation you wish to use. @param impl_id The ID of the implementation you wish to use. - @param args The arguments you want to pass to the proc. + @param call_args The arguments you want to pass to the proc. @param error If specified, will throw an error if the operation isn't implemented.