void add_xverb(str)
string str;

This function is connected to the "add_action()" function. It will set up
the command "str" to trigger a call to the function set up by the
previous call to "add_action()". It differes from add_verb() in that no
space is required after the command before it's first argument.

See also add_action(), add_verb().
