aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/eval.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/eval.txt
parent55bc4168bf019374422807038d32bc3147dd94f6 (diff)
Change terminology in docs from 'environment variables' -> 'shell variables'
Diffstat (limited to 'doc_src/eval.txt')
-rw-r--r--doc_src/eval.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/eval.txt b/doc_src/eval.txt
index f8af8f66..47e4627d 100644
--- a/doc_src/eval.txt
+++ b/doc_src/eval.txt
@@ -9,7 +9,7 @@
\subsection eval-example Example
The following code will call the ls command. Note that \c fish does not
-support the use of environment variables as direct commands; \c eval can
+support the use of shell variables as direct commands; \c eval can
be used to work around this.
<pre>