aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-03-01 14:43:32 +0100
committerPhilip Kaludercic <philipk@posteo.net>2022-03-01 14:43:32 +0100
commit88d26596cbf0c94bd6de440531c912f84afc4563 (patch)
tree24d34b1672c342e34570876365a9a8fe38f61296 /README.md
parent94e3d6da161f1cdccaf9fa40bcfdbf21c61a642a (diff)
Update README to use file feature names
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ef2a751..8875439 100644
--- a/README.md
+++ b/README.md
@@ -51,9 +51,9 @@ and later on a
This will load all non-prefixed definitions (functions and macros with
a loading `compat-`). To load these, an additional
- (require 'compat-XY.Z) ; e.g. 26.1
+ (require 'compat-XY) ; e.g. 26
-will be necessary, to load compatibility code for Emacs version XY.Z.
+will be necessary, to load compatibility code for Emacs version XY.
It is recommended to subscribe to the [compat-announce] mailing list
to be notified when new versions are released or relevant changes are