Index: openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl,v diff -u -r1.10 -r1.10.2.1 --- openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 9 Apr 2018 20:11:54 -0000 1.10 +++ openacs-4/packages/acs-tcl/tcl/ad-functional-procs.tcl 6 Aug 2020 13:09:52 -0000 1.10.2.1 @@ -319,7 +319,7 @@ # set last_names [map snd $people] # set emails [map thd $people] -ad_proc -public flip {f a b} "takes a binary function f and two arguments a and b +ad_proc -public flip {f a b} "takes a binary function 'f' and two arguments 'a' and 'b' and returns f b a (arguments are flipped)" { $f $b $a }