robin-define-package

robin-define-package is a Lisp macro in `robin.el'.

(robin-define-package NAME DOCSTRING &rest RULES)

Define a robin package.

NAME is the string of this robin package.
DOCSTRING is the documentation string of this robin package.
Each RULE is of the form (INPUT OUTPUT) where INPUT is a string and
OUTPUT is either a character or a string. RULES are not evaluated.

If there already exists a robin package whose name is NAME, the new
one replaces the old one.