Index: hooks/core.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/docs/developer/hooks/Attic/core.php,v retrieving revision 1.168.2.47 diff -u -r1.168.2.47 core.php --- hooks/core.php 16 Feb 2009 15:25:40 -0000 1.168.2.47 +++ hooks/core.php 7 Mar 2009 21:47:34 -0000 @@ -699,6 +699,9 @@ * One popular use of this hook is to add form elements to the node form. When * altering a node form, the node object retrieved at from $form['#node']. * + * Note that you can also use hook_FORM_ID_alter() to alter a specific form, + * instead of this hook, which gets called for all forms. + * * @param $form * Nested array of form elements that comprise the form. * @param $form_state