Index: openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl,v diff -u -r1.22.2.1 -r1.22.2.2 --- openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl 8 May 2019 14:22:01 -0000 1.22.2.1 +++ openacs-4/packages/xotcl-core/tcl/03-doc-procs.tcl 6 Sep 2019 13:50:29 -0000 1.22.2.2 @@ -377,6 +377,9 @@ flags $flags \ ] #ns_log notice "proc_index <$proc_index> -> $doc" + if {![nsv_exists api_proc_doc $proc_index]} { + nsv_lappend api_proc_doc_scripts [dict get $doc script] $proc_index + } nsv_set api_proc_doc $proc_index $doc nsv_set api_library_doc $proc_index $doc