emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat ab08067970: Update README to reflect new usage


From: ELPA Syncer
Subject: [elpa] externals/compat ab08067970: Update README to reflect new usage
Date: Sun, 27 Feb 2022 17:57:21 -0500 (EST)

branch: externals/compat
commit ab080679706f06a86fa23df8a126480d8a507028
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Update README to reflect new usage
---
 README.md | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 71505625a0..ef2a7510ce 100644
--- a/README.md
+++ b/README.md
@@ -44,10 +44,16 @@ add as a dependency in the header:
 
     ;; Package-Requires: ((emacs "24.3") (compat "28.1.0.0"))
 
-No further action should be required afterwards.  The effect should be
-that all the functions and macros that compat.el provides are
-automatically accessible or made accessible as soon as the right
-libraries are loaded.
+and later on a
+
+       (require 'compat)
+
+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
+
+will be necessary, to load compatibility code for Emacs version XY.Z.
 
 It is recommended to subscribe to the [compat-announce] mailing list
 to be notified when new versions are released or relevant changes are



reply via email to

[Prev in Thread] Current Thread [Next in Thread]