aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-05-10 15:39:55 +0000
committerUlrich Müller <ulm@gentoo.org>2009-05-10 15:39:55 +0000
commit731693c30886df82eb630ea37836e103ad318db7 (patch)
treef158a3a0e2be6428d26ad5d3bca6d6821a48c55b
parentLocal variables for Emacs. (diff)
downloadeselect-731693c30886df82eb630ea37836e103ad318db7.tar.gz
eselect-731693c30886df82eb630ea37836e103ad318db7.tar.bz2
eselect-731693c30886df82eb630ea37836e103ad318db7.zip
More verbose description.
svn path=/trunk/; revision=531
-rw-r--r--modules/editor.eselect2
-rw-r--r--modules/pager.eselect2
-rw-r--r--modules/visual.eselect2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/editor.eselect b/modules/editor.eselect
index d3f0a66..446dd2e 100644
--- a/modules/editor.eselect
+++ b/modules/editor.eselect
@@ -16,7 +16,7 @@ EDITOR_LIST="/bin/nano
inherit editor-variable
-DESCRIPTION="Manage ${EDITOR_VAR} variable"
+DESCRIPTION="Manage the ${EDITOR_VAR} environment variable"
MAINTAINER="ulm@gentoo.org"
SVN_DATE='$Date$'
VERSION=$(svn_date_to_version "${SVN_DATE}")
diff --git a/modules/pager.eselect b/modules/pager.eselect
index cdfca64..788215e 100644
--- a/modules/pager.eselect
+++ b/modules/pager.eselect
@@ -8,7 +8,7 @@ EDITOR_LIST="/bin/more /usr/bin/less /usr/bin/most"
inherit editor-variable
-DESCRIPTION="Manage ${EDITOR_VAR} variable"
+DESCRIPTION="Manage the ${EDITOR_VAR} environment variable"
MAINTAINER="ulm@gentoo.org"
SVN_DATE='$Date$'
VERSION=$(svn_date_to_version "${SVN_DATE}")
diff --git a/modules/visual.eselect b/modules/visual.eselect
index ea9816c..8743da0 100644
--- a/modules/visual.eselect
+++ b/modules/visual.eselect
@@ -14,7 +14,7 @@ EDITOR_LIST="/bin/nano
inherit editor-variable
-DESCRIPTION="Manage ${EDITOR_VAR} variable"
+DESCRIPTION="Manage the ${EDITOR_VAR} environment variable"
MAINTAINER="ulm@gentoo.org"
SVN_DATE='$Date$'
VERSION=$(svn_date_to_version "${SVN_DATE}")