summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-10-15 19:30:00 +0000
committerZac Medico <zmedico@gentoo.org>2007-10-15 19:30:00 +0000
commitbd6ea54a612b751a73c191803096d0bfb159e564 (patch)
tree5bc7f4af533771265744a025d444096cf41bfd16 /cnf
parentBug #195949 - Add one more using_editor conditional for (diff)
downloadportage-multirepo-bd6ea54a612b751a73c191803096d0bfb159e564.tar.gz
portage-multirepo-bd6ea54a612b751a73c191803096d0bfb159e564.tar.bz2
portage-multirepo-bd6ea54a612b751a73c191803096d0bfb159e564.zip
Update NOTE_2 to document proper use of the using_editor
config option. svn path=/main/trunk/; revision=8136
Diffstat (limited to 'cnf')
-rw-r--r--cnf/etc-update.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/cnf/etc-update.conf b/cnf/etc-update.conf
index 12396b3b..cfafff4f 100644
--- a/cnf/etc-update.conf
+++ b/cnf/etc-update.conf
@@ -72,4 +72,5 @@ merge_command="sdiff -s -o %merged %orig %new"
# because it is not known what filenames the produced files have (the user can
# choose while using those programs)
-# NOTE_2: Make sure pager is set to "" when using an editor as diff_command!
+# NOTE_2: Make sure using_editor is set to "1" when using an editor as
+# diff_command!