diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-07-16 11:40:11 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-07-16 11:40:11 +0200 |
commit | 45ab95c12a05bc3bf73247e6ad5d0320560d4b1c (patch) | |
tree | 1db41e9fdaae2975c08008da71b7c35a621379b0 /eclass | |
parent | net-misc/utelnetd: Fix call to undeclared function getpt (diff) | |
download | gentoo-45ab95c12a05bc3bf73247e6ad5d0320560d4b1c.tar.gz gentoo-45ab95c12a05bc3bf73247e6ad5d0320560d4b1c.tar.bz2 gentoo-45ab95c12a05bc3bf73247e6ad5d0320560d4b1c.zip |
elisp.eclass: Update documentation for NEED_EMACS
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/elisp.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 72e623a12179..20139491c976 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -32,9 +32,9 @@ # @PRE_INHERIT # @DEFAULT_UNSET # @DESCRIPTION: -# If you need anything different from Emacs 23, use the NEED_EMACS -# variable before inheriting elisp.eclass. Set it to the version your -# package uses and the dependency will be adjusted. +# If you need anything different from Emacs 25.3 (or newer), use the +# NEED_EMACS variable before inheriting elisp.eclass. Set it to the +# version your package uses and the dependency will be adjusted. # @ECLASS_VARIABLE: ELISP_PATCHES # @DEFAULT_UNSET |