diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-08-27 19:41:03 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-08-27 19:41:03 +0000 |
commit | 68b8c40f88ccd07458c905c6c09f19112cfa8a96 (patch) | |
tree | aa236625f5a3afb00873a550b27f138544f06070 /eclass/elisp-common.eclass | |
parent | Adding back the deprecation notice but without a removal date, since some alp... (diff) | |
download | historical-68b8c40f88ccd07458c905c6c09f19112cfa8a96.tar.gz historical-68b8c40f88ccd07458c905c6c09f19112cfa8a96.tar.bz2 historical-68b8c40f88ccd07458c905c6c09f19112cfa8a96.zip |
elisp.eclass: Remove trailing slant in "S" variable.
elisp-common.eclass: add a trailing slant in comment for regeneration
to make clear that it is a directory, not a single file.
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 c2aaf40a4ef1..7519339d9887 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.26 2007/07/25 05:07:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.27 2007/08/27 19:41:03 ulm Exp $ # # Copyright 2007 Christian Faulhammer <opfer@gentoo.org> # Copyright 2002-2004 Matthew Kennedy <mkennedy@gentoo.org> @@ -269,7 +269,7 @@ automatically, you can add a line like this: to /usr/share/emacs/site-lisp/site-start.el. Alternatively, that line can be added by individual users to their initialisation files, or for greater flexibility, users can select which of the package-specific -initialisation files in /usr/share/emacs/site-lisp to load. +initialisation files in /usr/share/emacs/site-lisp/ to load. EOF echo fi |