branch: externals/compat
commit 88d26596cbf0c94bd6de440531c912f84afc4563
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Update README to use file feature names
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ef2a7510ce..88754398f3 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