Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v
diff -u -r1.63 -r1.64
--- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl	10 Mar 2004 16:26:46 -0000	1.63
+++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl	18 Mar 2004 12:44:15 -0000	1.64
@@ -1055,9 +1055,10 @@
 }
 
 ad_proc -public ad_script_abort {} {
-
     Aborts the current running Tcl script, returning to the request processor.
 
+    Used to stop processing after doing ad_returnredirect or other commands 
+    which have already returned output to the client.
 } {
   ad_raise ad_script_abort
 }