a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 215219 and 2167

Description: Library of commonly-used Emacs functions
Description: Library of commonly-used Emacs functions
 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.
--- 215219	Thu Jan  1 00:00:00 1970
+++ 2167	Thu Jan  1 00:00:00 1970
@@ -1 +1,10 @@
 Library of commonly-used Emacs functions
+ 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.