Hi list's members.

Elisp manual says

/*
Function: byte-to-string byte
This function returns a unibyte string containing a single byte of character data, character. It signals an error if character is not an integer between 0 and 255.
*/

,but in the functions definition, there is no``'character'' argument.

Thanks.