Go to the first, previous, next, last section, table of contents.


Coding conventions used in the cookie package

All functions that are intended for external use begin with one of the prefixes `cookie-', `collection-' or `tin-'. The prefix `elib-' is used for internal functions and macros. Currently, no global or buffer-local variables are used.

Many functions operate on tins instead of cookies. For most functions, the prefix used should help tell which kind of object the function uses.

Most doc-strings contains an "Args:" line that lists the arguments.


Go to the first, previous, next, last section, table of contents.