Index: openacs-4/packages/acs-templating/tcl/parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/parse-procs.tcl,v diff -u -r1.65.2.4 -r1.65.2.5 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 28 Nov 2019 12:19:27 -0000 1.65.2.4 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 18 Feb 2020 11:53:15 -0000 1.65.2.5 @@ -24,7 +24,7 @@ src varlist } { - return a the output of a Tcl/ADP pair as a string. adp_level is + return the output of a Tcl/ADP pair as a string. adp_level is set to the calling procedure so that pass by reference works. and example of using this is in the search indexer for various content types: Index: openacs-4/packages/acs-templating/tcl/richtext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/richtext-procs.tcl,v diff -u -r1.66.2.3 -r1.66.2.4 --- openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 13 Jan 2020 16:33:18 -0000 1.66.2.3 +++ openacs-4/packages/acs-templating/tcl/richtext-procs.tcl 18 Feb 2020 11:53:15 -0000 1.66.2.4 @@ -329,7 +329,7 @@
  • height: height of the xinha widget (e.g. 350px)
  • width: width of the xinha widget (e.g. 500px)
  • plugins: Tcl list of plugins to be used in xinha. There - is an a special plugin for the oacs file selector available, called OacsFs. + is a special plugin for the oacs file selector available, called OacsFs. If no options are specified, the following plugins will be loaded: GetHtml CharacterMap ContextMenu FullScreen Index: openacs-4/packages/acs-templating/tcl/wizard-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/wizard-procs.tcl,v diff -u -r1.21 -r1.21.2.1 --- openacs-4/packages/acs-templating/tcl/wizard-procs.tcl 3 Nov 2018 19:52:29 -0000 1.21 +++ openacs-4/packages/acs-templating/tcl/wizard-procs.tcl 18 Feb 2020 11:53:15 -0000 1.21.2.1 @@ -175,9 +175,10 @@ ad_proc -public template::wizard::set_finish_url { finish_url } { -

    if the finish url is set, when a the finish button is pressed - it will redirect to this url

    + Set the URL to be used for redirection, when the finish button is + pressed. + @see template::wizard } { get_reference Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.542.2.68 -r1.542.2.69 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 18 Feb 2020 11:46:59 -0000 1.542.2.68 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 18 Feb 2020 11:53:15 -0000 1.542.2.69 @@ -3064,7 +3064,7 @@ # # The method "notification_subject" is called from - # do_notifications to provide a the subject line for notifications. + # do_notifications to provide the subject line for notifications. # The "-category_label" might be empty. # Page instproc notification_subject {-instance_name {-category_label ""} -state} {