diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-03-04 15:47:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-04 15:47:22 +0100 |
| commit | d22f221811b51ba3939436f481074e0bda84b2f1 (patch) | |
| tree | 86dbd3c9323fd41c46d688c4b15077a9b1f60db7 | |
| parent | 1045edbc731d3d849a623d515879d21e1e066e04 (diff) | |
Update compat.texi
Fix description of Compat stub in Emacs 30
| -rw-r--r-- | compat.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat.texi b/compat.texi index 1534e4c..f06af85 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 |
