aboutsummaryrefslogtreecommitdiff
path: root/editors/custom-mule/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'editors/custom-mule/pkg-descr')
-rw-r--r--editors/custom-mule/pkg-descr27
1 files changed, 27 insertions, 0 deletions
diff --git a/editors/custom-mule/pkg-descr b/editors/custom-mule/pkg-descr
new file mode 100644
index 000000000000..8a0452eb3218
--- /dev/null
+++ b/editors/custom-mule/pkg-descr
@@ -0,0 +1,27 @@
+The Custom Library for mule.
+
+--- Emacs Library Porting
+
+The Custom Library is intended for use by emacs lisp programmers who
+want to make their emacs packages easily customizable. It allows the
+programmer to
+
+ - declare the type for each user option,
+ i.e. specify the set of legal values for each variable,
+ - specify and initialize the faces used by the package, and
+ - organize the user options into groups and hierarchies.
+
+The user will then be able to customize the user options through a
+helpful structured interface that resembles the property editor in
+modern GUI programs.
+
+How to use:
+ M-x customize
+
+Installed at:
+ ${PREFIX}/share/mule/19.34/site-lisp/
+
+See also:
+ http://www.dina.kvl.dk/~abraham/custom/
+
+--- Porting by <shige@FreeBSD.ORG>.