From 5e2d80cbc4879463815116795af71334decd00ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Sat, 21 Dec 2019 12:25:50 +0100 Subject: [PATCH] elisp-common.eclass: Small documentation update. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- eclass/elisp-common.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index aac50fc65f05..d76c9e5a9382 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -146,6 +146,9 @@ # elisp-check-emacs-version # @CODE # +# When having optional Emacs support, you should prepend "use emacs &&" +# to above call of elisp-check-emacs-version(). +# # @ROFF .SS # pkg_postinst() / pkg_postrm() usage: # @@ -162,7 +165,7 @@ # } # @CODE # -# When having optional Emacs support, you should prepend "use emacs &&" +# Again, with optional Emacs support, you should prepend "use emacs &&" # to above calls of elisp-site-regen(). case ${EAPI:-0} in -- 2.26.2