402:/std/object.c (/std/object.c)
(public varargs string ) short(object for_obj)
/*
 * Function name: short
 * Description  : Give the short description of this object. If a short
 *                has been set with set_short, VBFC will be applied on it.
 *                If no short was set with set_short, a short description
 *                will be generated from the adjectives and the first name
 *                in the list of names of this object.
 * Arguments    : object for_obj - the object that wants to know the short.
 * Returns      : string - the short description.
 */
