diff -u modules/system/system.module modules/system/system.module --- modules/system/system.module 27 Oct 2009 18:58:36 -0000 +++ modules/system/system.module 27 Oct 2009 19:27:07 -0000 @@ -1452,6 +1452,8 @@ /** * @defgroup authorize Authorized operations * @{ + * Functions to run operations with elevated privileges via authorize.php. + * * Because of the Update manager functionality included in Drupal core, there * is a mechanism for running operations with elevated file system privileges, * the top-level authorize.php script. This script runs at a reduced Drupal @@ -1510,7 +1512,7 @@ * @param $page_title * Optional string to use as the page title once redirected to authorize.php. * @return - * Nothing, this function just initializes variables in your session. + * Nothing, this function just initializes variables in the user's session. */ function system_authorized_init($callback, $file, $arguments = array(), $page_title = NULL) { // First, figure out what file transfer backends the site supports, and put