diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-09-17 09:32:47 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-09-17 09:37:05 +0200 |
commit | 787de456cd9808d66e3b61774591b5f93720e36d (patch) | |
tree | adc3099e1b95af096bf75f2ad7d9f364670756c8 /eclass/elisp-common.eclass | |
parent | games-strategy/wesnoth: Removed old (diff) | |
download | gentoo-787de456cd9808d66e3b61774591b5f93720e36d.tar.gz gentoo-787de456cd9808d66e3b61774591b5f93720e36d.tar.bz2 gentoo-787de456cd9808d66e3b61774591b5f93720e36d.zip |
elisp-common.eclass: Avoid @ character at beginning of comment.
Bug: https://github.com/mgorny/eclass-to-manpage/issues/3
Reported-by: John Helmert III <jchelmert3@posteo.net>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 0bf6c014af1f..e6346d43ccfb 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -393,9 +393,9 @@ elisp-modules-install() { # @DESCRIPTION: # Install Emacs site-init file in SITELISP directory. Automatically # inserts a standard comment header with the name of the package -# (unless it is already present). Tokens @SITELISP@, @SITEETC@, and -# @EMACSMODULES@ are replaced by the path to the package's subdirectory -# in SITELISP, SITEETC, and EMACSMODULES, respectively. +# (unless it is already present). Tokens @SITELISP@, @SITEETC@, +# and @EMACSMODULES@ are replaced by the path to the package's +# subdirectory in SITELISP, SITEETC, and EMACSMODULES, respectively. elisp-site-file-install() { local sf="${1##*/}" my_pn="${2:-${PN}}" modules ret |