You are looking at a command called changename

changename {object} to "new name"

Allows you to change the name of a named object.

create a fig called ben
changename fig to mellony

You now have a fig called mellony.

This is similar to rename which actually changes the 'fig' part of an object.
read the command called rename
Code