Index: openacs-4/packages/acs-templating/tcl/deprecated-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/deprecated-procs.tcl,v
diff -u -r1.6 -r1.7
--- openacs-4/packages/acs-templating/tcl/deprecated-procs.tcl	7 Apr 2018 19:37:20 -0000	1.6
+++ openacs-4/packages/acs-templating/tcl/deprecated-procs.tcl	3 Dec 2018 17:07:17 -0000	1.7
@@ -92,6 +92,8 @@
 
 ad_proc -deprecated -public template::util::quote_html {
     html
+
+    @see ns_quotehtml
 } {
     Quote possible HTML tags in the contents of the html parameter.
 } {
Index: openacs-4/packages/acs-datetime/tcl/acs-datetime-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/tcl/acs-datetime-procs.tcl,v
diff -u -r1.19 -r1.20
--- openacs-4/packages/acs-datetime/tcl/acs-datetime-procs.tcl	24 Jul 2018 08:24:07 -0000	1.19
+++ openacs-4/packages/acs-datetime/tcl/acs-datetime-procs.tcl	3 Dec 2018 17:13:49 -0000	1.20
@@ -552,6 +552,8 @@
     Used to get around Tcl interpreter problems w/ thinking leading
     zeros are octal. We could just use validate_integer, but it runs
     one extra regexp that we don't need to run.
+
+    @see util::trim_leading_zeros
 } {
     return [util::trim_leading_zeros $string]
 }