aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/source.txt
diff options
context:
space:
mode:
authorGravatar Alan Thompson <thompson2526@gmail.com>2014-04-18 17:16:37 -0700
committerGravatar Konrad Borowski <xfix@prune.site>2014-04-29 07:27:56 +0200
commit07944cfd20de20b6863b2c0a9b73dc4be693859f (patch)
treedffd19127a7368ee1313cb427fbe46c6e27d5426 /doc_src/source.txt
parent55bc4168bf019374422807038d32bc3147dd94f6 (diff)
Change terminology in docs from 'environment variables' -> 'shell variables'
Diffstat (limited to 'doc_src/source.txt')
-rw-r--r--doc_src/source.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/source.txt b/doc_src/source.txt
index 786577dc..8798e9d9 100644
--- a/doc_src/source.txt
+++ b/doc_src/source.txt
@@ -9,7 +9,7 @@
shell. This is different from starting a new process to perform the
commands (i.e. <tt>fish < FILENAME</tt>) since the commands will be
evaluated by the current shell, which means that changes in
-environment variables affect the current shell. If additional arguments are
+shell variables will affect the current shell. If additional arguments are
specified after the file name, they will be inserted into the $argv
variable.