summaryrefslogtreecommitdiff
path: root/devel/elib/DESCR
blob: 2ba311989949d977094fa7f957db121c61c7afda (plain)
1
2
3
4
5
6
7
8
9
10
This is the source directory for the GNU emacs lisp library Elib
version 1.0.  Elib is designed to be for Elisp programs what libg++ is
for C++ programs:  a collection of useful routines which don't have to
be reinvented each time a new program is written.

Elib contains code for:
 - container data structures (queues, stacks, AVL trees, etc)
 - string handling functions missing in standard emacs
 - minibuffer handling functions missing in standard emacs
 - routines for handling lists of so called cookies in a buffer.