From fc03d02089f3ed69aa269422c88df84df55f88ca Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 23 Jun 2007 21:34:22 +0000 Subject: Reformulate comment so it fits into the line. svn path=/emacs-overlay/; revision=464 --- eclass/elisp-common.eclass | 4 ++-- 1 file 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. -- cgit v1.2.3-65-gdbad