diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-03-04 16:49:47 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-03-04 16:49:47 +0100 |
| commit | bdae1151e87cb877abf4bdf81ec8dd441187a5f8 (patch) | |
| tree | 63e5a6f8a28e7baa30919003d4a9d686ba2e7804 | |
| parent | 2face40462597d99d22be4a9a6a4c28e2dd8e4af (diff) | |
| parent | d22f221811b51ba3939436f481074e0bda84b2f1 (diff) | |
Merge branch 'main' into emacs-31
| -rw-r--r-- | compat.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat.texi b/compat.texi index 6bb79ee..16ae3a9 100644 --- a/compat.texi +++ b/compat.texi @@ -132,7 +132,7 @@ A minimal version of Compat will be present in Emacs version 30 and newer. Packages which are part of Emacs itself and want to take advantage of Compat, can also use @code{(require 'compat)}. The advantage of the inclusion of a minimal Compat in Emacs is that Compat -will not be installed if you require a version newer or equal than the +will not be installed if you require a version older or equal than the current Emacs version. For example, if a package depending on Emacs 25.1 and Compat 29.1 is installed on Emacs 30.1, Compat will not be pulled in as dependency, since Emacs 30.1 already provides the |
