Hi,
Find attached a patch that fixes two things, I think:
* C-h c and C-h w (describe-key-briefly and where-is) should use the command table as returned by find-applicable-command-table, not the one for (car (windows frame));
* In the search for commands matching a keystrokes, a symbol matches a one-element list whose element is that symbol.
Does this look right?
Cheers,
Christophe