From a3abc553f5d16c47e2ddd7c65023666519d28cd3 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 11 Aug 2008 21:02:17 +0000 Subject: Move note to end of function. Fix a typo and slightly change wording. svn path=/eselect-emacs/; revision=1075 --- ChangeLog | 7 ++++++- emacs.eselect | 10 ++++++---- emacs.eselect.5 | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 212ff5b..fdff780 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ +2008-08-11 Ulrich Mueller + + * emacs.eselect (do_set): Move the note (from previous change) to + the end of the function. Fix a typo and slightly change wording. + 2008-07-10 Christian Faulhammer - * emacs.eselect.5, emacs-eselect: Add a note about emacs-updater's + * emacs.eselect.5, emacs.eselect: Add a note about emacs-updater's rebuild functionality in connection with the set action. 2008-05-25 Ulrich Mueller diff --git a/emacs.eselect b/emacs.eselect index f09af48..fa4ca03 100644 --- a/emacs.eselect +++ b/emacs.eselect @@ -223,12 +223,14 @@ do_set() { set_symlinks "${1}" || die -q "Couldn't set a new symlink" - echo "An up- or downgrade can make your compiled Elisp files incompatible with the" - echo "newly selected version. Run '/usr/sbin/emacs-update -a rebuild' to remerge" - echo "all packages with the new Emacs version." - # ctags symlinks are handled in an own module now do_action ctags update + + echo + echo "An up- or downgrade of Emacs can make some compiled Elisp files" + echo "incompatible with the newly selected version. In case of problems," + echo "you may consider running '/usr/sbin/emacs-updater -a rebuild' to" + echo "remerge all needed packages with the new Emacs version." } ### update action ### diff --git a/emacs.eselect.5 b/emacs.eselect.5 index 3d4d2e8..149bced 100644 --- a/emacs.eselect.5 +++ b/emacs.eselect.5 @@ -37,7 +37,7 @@ Available GNU Emacs symlink targets: Activates the selected Emacs version. \fItarget\fR can be either an identification number given by \fBeselect emacs list\fR or the name of one installed version. To avoid runtime issues with incompatible -byte-code from the previously select Emacs version, +byte-code from the previously selected Emacs version, run '/usr/sbin/emacs-updater -a rebuild' to remerge all needed packages. -- cgit v1.2.3-65-gdbad