Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -N -r1.76.2.1 -r1.76.2.2 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 5 Mar 2019 10:20:09 -0000 1.76.2.1 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 10 Mar 2019 21:03:10 -0000 1.76.2.2 @@ -145,7 +145,7 @@ {-parent_id -100} {-content_type} } { - Check, whether an content item with the given name exists. + Check, whether a content item with the given name exists. When content_type is provided (e.g. -content_type "::%") then a like operation is applied on the value. @@ -807,7 +807,7 @@ CrItem instproc update_content {revision_id content} { # # This method can be use to update the content field (only this) of - # an content item without creating a new revision. This works + # a content item without creating a new revision. This works # currently only for storage_type == "text". # [:info class] instvar storage_type @@ -878,7 +878,7 @@ CrItem instproc update_content {revision_id content} { # # This method can be used to update the content field (only this) of - # an content item without creating a new revision. This works + # a content item without creating a new revision. This works # currently only for storage_type == "text". # [:info class] instvar storage_type