diff options
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 29a97ad..b3d6950 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -106,8 +106,8 @@ # elisp-site-regen # } # -# When having optional Emacs support you should prefix above calls of -# elisp-site-regen() with "use emacs &&". Don't use "has_version app-editors/emacs"! +# When having optional Emacs support, you should prepend "use emacs &&" to +# above calls of elisp-site-regen(). Don't use "has_version virtual/emacs"! # When unmerging the state of the USE flag emacs is taken from the package # database and not from the environment, so it is no problem when you unset # USE=emacs between merge und unmerge of a package. |