summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-03-13 17:33:28 +0000
committerUlrich Müller <ulm@gentoo.org>2009-03-13 17:33:28 +0000
commit84f1c960aab4dc0a003e64a975521d7c5cca5c6f (patch)
tree1814161753afc1d4d3ef0e37245370cc2c7e77fa /eclass/elisp-common.eclass
parentChange a comment. (diff)
downloademacs-84f1c960aab4dc0a003e64a975521d7c5cca5c6f.tar.gz
emacs-84f1c960aab4dc0a003e64a975521d7c5cca5c6f.tar.bz2
emacs-84f1c960aab4dc0a003e64a975521d7c5cca5c6f.zip
Add quotes to the example.
svn path=/emacs-overlay/; revision=1321
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r--eclass/elisp-common.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index 7dc9989..e708bc1 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -93,9 +93,9 @@
# higher!
#
# Best practice is to define a SITEFILE variable in the global scope of your
-# ebuild (e.g., right after DEPEND):
+# ebuild (e.g., right after S or RDEPEND):
#
-# SITEFILE=50${PN}-gentoo.el
+# SITEFILE="50${PN}-gentoo.el"
#
# Which is then installed by
#