summaryrefslogtreecommitdiff
path: root/emacs/README
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/README')
-rw-r--r--emacs/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/emacs/README b/emacs/README
new file mode 100644
index 000000000..c531cac45
--- /dev/null
+++ b/emacs/README
@@ -0,0 +1,12 @@
+Index
+
+gud-guile.el --- Support for debugging guile internals
+guile-c.el --- Guile C editing commands
+guile-scheme.el --- Guile Scheme editing mode
+guile.el --- Emacs Guile interface
+multistring.el --- editing multiline strings.
+patch.el --- mail/apply a patch
+ppexpand.el --- temporarily expanding macros in a pretty way.
+update-changelog.el --- stitch rcs2log output to ChangeLog
+
+Generated using: for f in *.el ; do sed -e 's/^....//g' -e '1q' $f ; done