summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-02-07 19:17:34 +0100
committerUlrich Müller <ulm@gentoo.org>2020-02-07 19:18:07 +0100
commit2c71372093ac46ad415faccf8912c55f750f7c19 (patch)
tree9c0615b03db61e65db45cfcb108c41ffa7ab74cd /app-editors/emacs/emacs-25.3-r6.ebuild
parentmedia-libs/mesa: Version bump to 20.0.0_rc2 (diff)
downloadgentoo-2c71372093ac46ad415faccf8912c55f750f7c19.tar.gz
gentoo-2c71372093ac46ad415faccf8912c55f750f7c19.tar.bz2
gentoo-2c71372093ac46ad415faccf8912c55f750f7c19.zip
app-editors/emacs: Declare DOC_CONTENTS as local variable.
Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/emacs/emacs-25.3-r6.ebuild')
-rw-r--r--app-editors/emacs/emacs-25.3-r6.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-editors/emacs/emacs-25.3-r6.ebuild b/app-editors/emacs/emacs-25.3-r6.ebuild
index cbac44b0930c..d04301ce44dd 100644
--- a/app-editors/emacs/emacs-25.3-r6.ebuild
+++ b/app-editors/emacs/emacs-25.3-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -310,10 +310,10 @@ src_install () {
"${ED}"/Applications/Gentoo/${EMACS_SUFFIX^}.app || die
fi
- DOC_CONTENTS="You can set the version to be started by /usr/bin/emacs
- through the Emacs eselect module, which also redirects man and info
- pages. Therefore, several Emacs versions can be installed at the
- same time. \"man emacs.eselect\" for details.
+ local DOC_CONTENTS="You can set the version to be started by
+ /usr/bin/emacs through the Emacs eselect module, which also
+ redirects man and info pages. Therefore, several Emacs versions can
+ be installed at the same time. \"man emacs.eselect\" for details.
\\n\\nIf you upgrade from Emacs version 24.2 or earlier, then it is
strongly recommended that you use app-admin/emacs-updater to rebuild
all byte-compiled elisp files of the installed Emacs packages."