From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-477610-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Si7h6-0003Ij-0F
	for garchives@archives.gentoo.org; Fri, 22 Jun 2012 17:30:52 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7C6B6E07B9;
	Fri, 22 Jun 2012 17:29:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 4E7A7E07B9
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jun 2012 17:29:24 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id AA2801B401F
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jun 2012 17:29:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 9F61DE5441
	for <gentoo-commits@lists.gentoo.org>; Fri, 22 Jun 2012 17:29:21 +0000 (UTC)
From: "Ulrich Mueller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" <ulm@gentoo.org>
Message-ID: <1180433295.f9ce9714ce95a77c257283c20b3dc4c08f96127e.ulm@gentoo>
Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs-1.1 commit in: /
X-VCS-Repository: proj/emacs-tools
X-VCS-Files: emacs.eselect
X-VCS-Directories: /
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Mueller
X-VCS-Revision: f9ce9714ce95a77c257283c20b3dc4c08f96127e
X-VCS-Branch: eselect-emacs-1.1
Date: Fri, 22 Jun 2012 17:29:21 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: fa9433dc-46e5-40fc-8377-9d86439f31e3
X-Archives-Hash: 9ceb74d28e48ef9122fc0e9dab4bcf4d

commit:     f9ce9714ce95a77c257283c20b3dc4c08f96127e
Author:     Christian Faulhammer <opfer <AT> gentoo <DOT> org>
AuthorDate: Tue May 29 10:08:15 2007 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue May 29 10:08:15 2007 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g=
it;a=3Dcommit;h=3Df9ce9714

	* Changed description of do_update()

svn path=3D/emacs-extra/eselect-emacs/; revision=3D346

---
 emacs.eselect |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/emacs.eselect b/emacs.eselect
index f884daf..335c2c8 100644
--- a/emacs.eselect
+++ b/emacs.eselect
@@ -18,7 +18,7 @@
 #  no /usr/bin/emacs or the target does not exist.
 # do_list(): List all available versions of GNU Emacs
 # do_set(): Set a version to be target of the symlink.
-# do_update(): Check if the target is still valid and reset it
+# do_update(): Set the target to the highest version available (optional=
ly: only if not set)
=20
 DESCRIPTION=3D"Manage /usr/bin/emacs version"
 MAINTAINER=3D"emacs@gentoo.org"