diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2022-03-01 14:43:32 +0100 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2022-03-01 14:43:32 +0100 |
| commit | 88d26596cbf0c94bd6de440531c912f84afc4563 (patch) | |
| tree | 24d34b1672c342e34570876365a9a8fe38f61296 /README.md | |
| parent | 94e3d6da161f1cdccaf9fa40bcfdbf21c61a642a (diff) | |
Update README to use file feature names
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
