diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-02-07 19:17:34 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-02-07 19:18:07 +0100 |
commit | 2c71372093ac46ad415faccf8912c55f750f7c19 (patch) | |
tree | 9c0615b03db61e65db45cfcb108c41ffa7ab74cd /app-editors/emacs/emacs-28.0.9999.ebuild | |
parent | media-libs/mesa: Version bump to 20.0.0_rc2 (diff) | |
download | gentoo-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-28.0.9999.ebuild')
-rw-r--r-- | app-editors/emacs/emacs-28.0.9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/emacs/emacs-28.0.9999.ebuild b/app-editors/emacs/emacs-28.0.9999.ebuild index c8fd88b4d30f..399e033ca046 100644 --- a/app-editors/emacs/emacs-28.0.9999.ebuild +++ b/app-editors/emacs/emacs-28.0.9999.ebuild @@ -363,10 +363,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." |