? hook_menu.patch
? hook_nodeapi.patch
Index: core.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/docs/developer/hooks/core.php,v
retrieving revision 1.124
diff -u -p -r1.124 core.php
--- core.php	18 Jan 2007 16:44:26 -0000	1.124
+++ core.php	19 Jan 2007 21:26:08 -0000
@@ -952,8 +952,8 @@ function hook_node_operations() {
  *     information to be indexed which is not already visible through
  *     nodeapi "view", then you should return it here.
  *   - "validate": The user has just finished editing the node and is
- *     trying to preview or submit it. This hook can be used to check or
- *     even modify the node. Errors should be set with form_set_error().
+ *     trying to preview or submit it. This hook can be used to check 
+ *     the node data. Errors should be set with form_set_error().
  *   - "view": The node content is being assembled before rendering. The module
  *     may add elements $node->content prior to rendering. This hook will be 
  *     called after hook_view().  The format of 4node->content is the same as 
