diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-06-23 21:34:22 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-06-23 21:34:22 +0000 |
commit | fc03d02089f3ed69aa269422c88df84df55f88ca (patch) | |
tree | cea6805649c54defe990479cce913d68bff1fe5a | |
parent | Version bump. (diff) | |
download | emacs-fc03d02089f3ed69aa269422c88df84df55f88ca.tar.gz emacs-fc03d02089f3ed69aa269422c88df84df55f88ca.tar.bz2 emacs-fc03d02089f3ed69aa269422c88df84df55f88ca.zip |
Reformulate comment so it fits into the line.
svn path=/emacs-overlay/; revision=464
-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. |