Index: openacs-4/packages/acs-core-docs/www/xml/kernel/permissions-design.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/permissions-design.xml,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-core-docs/www/xml/kernel/permissions-design.xml 27 Oct 2014 16:39:32 -0000 1.7 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/permissions-design.xml 7 Aug 2017 23:47:55 -0000 1.8 @@ -287,7 +287,7 @@ questions are commonly asked: First, and most commonly, "Can this party perform this method on this object?" Two Tcl functions are provided to answer this - one which returns a boolean, the other of which results in an -error page. These tcl functions directly access the +error page. These Tcl functions directly access the acs_object_party_method_map. The second most commonly asked question occurs when a list of objects is @@ -360,7 +360,7 @@ Tcl Procedures -Two tcl procedures provide a simple call for the query, "Can this +Two Tcl procedures provide a simple call for the query, "Can this user perform this method on this object?" One returns true or false, the other presents an error page.