summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-07-18 15:07:12 +0000
committerUlrich Müller <ulm@gentoo.org>2012-07-18 15:07:12 +0000
commitf43e86c9fe33d32b60043750709176abe4ae5d88 (patch)
treebaf724ba71b6c784537d0faac275ce6a08dbee4d /eclass
parentPreliminary support for x32 ABI on amd64. (diff)
downloademacs-f43e86c9fe33d32b60043750709176abe4ae5d88.tar.gz
emacs-f43e86c9fe33d32b60043750709176abe4ae5d88.tar.bz2
emacs-f43e86c9fe33d32b60043750709176abe4ae5d88.zip
Sync from Portage tree: Make use of the @ROFF token in documentation.
svn path=/emacs-overlay/; revision=1817
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog4
-rw-r--r--eclass/elisp-common.eclass6
2 files changed, 7 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 1f25668..46c295a 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -735,3 +735,7 @@
Copyright 2002-2012 Gentoo Foundation
Distributed under the terms of the GNU General Public License v2
+
+ 18 Jul 2012; Ulrich Müller <ulm@gentoo.org> elisp-common.eclass:
+ Sync from Portage tree: Make use of the @ROFF token in documentation.
+
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index f7ceff3..4e9daff 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -41,7 +41,7 @@
# known to fail with lower Emacs versions; the standard case is to
# depend on virtual/emacs without version.
#
-# .SS
+# @ROFF .SS
# src_compile() usage:
#
# An elisp file is compiled by the elisp-compile() function defined
@@ -60,7 +60,7 @@
# comments. See the Emacs Lisp Reference Manual (node "Autoload") for
# a detailed explanation.
#
-# .SS
+# @ROFF .SS
# src_install() usage:
#
# The resulting compiled files (.elc) should be put in a subdirectory of
@@ -120,7 +120,7 @@
# "50${PN}-gentoo.el". If your subdirectory is not named ${PN}, give
# the differing name as second argument.
#
-# .SS
+# @ROFF .SS
# pkg_postinst() / pkg_postrm() usage:
#
# After that you need to recreate the start-up file of Emacs after