Page Chapter 10. The Form API, Page 165

Location on the page: 
Last paragraph and example
Error: 

Unlike the other hooks in this section, the form_alter hook takes just the module name as a prefix, not the form name. Thus, the function's signature is modulename_form_alter($form_id, &$form).

Description of the Error: 

Clarification