diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-11 21:02:17 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-11 21:02:17 +0000 |
commit | a3abc553f5d16c47e2ddd7c65023666519d28cd3 (patch) | |
tree | e13da40676b31c61ad04c97b1fd2a9d5970bce4b | |
parent | Add a note about emacs-updater's rebuild functionality in connection with the... (diff) | |
download | emacs-tools-a3abc553f5d16c47e2ddd7c65023666519d28cd3.tar.gz emacs-tools-a3abc553f5d16c47e2ddd7c65023666519d28cd3.tar.bz2 emacs-tools-a3abc553f5d16c47e2ddd7c65023666519d28cd3.zip |
Move note to end of function. Fix a typo and slightly change wording.
svn path=/eselect-emacs/; revision=1075
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | emacs.eselect | 10 | ||||
-rw-r--r-- | emacs.eselect.5 | 2 |
3 files changed, 13 insertions, 6 deletions
@@ -1,6 +1,11 @@ +2008-08-11 Ulrich Mueller <ulm@gentoo.org> + + * 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 <opfer@gentoo.org> - * 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 <ulm@gentoo.org> 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. |