diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-06-04 07:53:38 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-06-04 07:53:38 +0000 |
commit | 837f771b76b698bce746a2e8901fc77deaf934d0 (patch) | |
tree | ac7238d6e0c753e63a2b1404d6aeb8114b084888 /eclass | |
parent | Fix Manifest, bug #369983. (diff) | |
download | gentoo-2-837f771b76b698bce746a2e8901fc77deaf934d0.tar.gz gentoo-2-837f771b76b698bce746a2e8901fc77deaf934d0.tar.bz2 gentoo-2-837f771b76b698bce746a2e8901fc77deaf934d0.zip |
Documentation syntax fixes.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xemacs-elisp.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/xemacs-elisp.eclass b/eclass/xemacs-elisp.eclass index 27a3e515b5ea..817f298277b7 100644 --- a/eclass/xemacs-elisp.eclass +++ b/eclass/xemacs-elisp.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/xemacs-elisp.eclass,v 1.2 2007/09/25 18:27:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-elisp.eclass,v 1.3 2011/06/04 07:53:38 graaff Exp $ # # Copyright 2007 Hans de Graaff <graaff@gentoo.org> # @@ -14,12 +14,12 @@ # xemacs@gentoo.org # @BLURB: Eclass for XEmacs Lisp packages # @DESCRIPTION: -# # Emacs support for other than pure elisp packages is handled by # xemacs-elisp-common.eclass where you won't have a dependency on XEmacs # itself. All elisp-* functions are documented there. -# -# @VARIABLE: SIMPLE_ELISP + +# @ECLASS-VARIABLE: SIMPLE_ELISP +# @DEFAULT_UNSET # @DESCRIPTION: # Setting SIMPLE_ELISP=t in an ebuild means, that the package's source # is a single (in whatever way) compressed elisp file with the file name |