aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-27 10:10:39 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-27 10:10:39 +0100
commit5d133952972f04f47fa69bf67a97089c5a0d9918 (patch)
treecaf1556dd751ec4a1c4342893bded7d9a59aa404
parent394b63ae0342217f0cbc2404d76db06e7f0be523 (diff)
Update README
-rw-r--r--README.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 32676d1..ff1d5c0 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
COMPATibility Library for Emacs
===============================
-Find here the source for compat.el, a forwards-compatibility library for (GNU)
+This is the source of compat.el, the forwards-compatibility library for (GNU)
Emacs Lisp, versions 24.4 and newer. The intended audience are package
developers that are interested in using newer developments, without having to
break compatibility.
For information on how to use Compat, please consult the [manual]. The latest
-state of development can be found in the [snapshot version].
+state of development can be found in the [snapshot version] of the manual.
[manual]:
https://elpa.gnu.org/packages/doc/compat.html
@@ -17,13 +17,15 @@ state of development can be found in the [snapshot version].
Source code
-----------
Compat is developed on [GitHub]. The code is mirrored to the [GNU ELPA
-repository].
+repository], which is the canonical repository for the [GNU ELPA package
+builds].
[GitHub]:
https://github.com/emacs-compat/compat
[GNU ELPA repository]:
https://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/?h=externals/compat
-
+[GNU ELPA package builds]:
+ http://elpa.gnu.org/packages/compat.html
Bug and patches
---------------