Name: query_short - get the short description from a room

Syntax:
	#include <room2.h>
	string query_short()

Description:
	The query_short call returns the short desctiption from a room, set
	with set_short. Unlike the short function it always returns the
	short description, even if it is dark.

Return value: A string containing the short description

Examples:
	string desc;
	desc=query_short();

See also: room/set_short, object/short