aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/eval.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-04-23 08:18:06 +1000
committerGravatar axel <axel@liljencrantz.se>2007-04-23 08:18:06 +1000
commit2c02b59703616a46834f57df343c3d237327f59a (patch)
tree464c9bd3c819daba1aa0c4f7911891ec84ded326 /doc_src/eval.txt
parentee94424b0f4753b9d9a0b075c36d5b65cadafbb4 (diff)
Replace the eval builtin with a function
darcs-hash:20070422221806-ac50b-28cffc6c3063c14cd8ab30f999e3530314c78af2.gz
Diffstat (limited to 'doc_src/eval.txt')
-rw-r--r--doc_src/eval.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc_src/eval.txt b/doc_src/eval.txt
index a662ebd6..68fc6fc9 100644
--- a/doc_src/eval.txt
+++ b/doc_src/eval.txt
@@ -1,10 +1,10 @@
-\section eval eval - eval the specified commands
+\section eval eval - evaluate the specified commands
\subsection eval-synopsis Synopsis
<tt>eval [COMMANDS...]</tt>
\subsection eval-description Description
-The <tt>eval</tt> builtin causes fish to evaluate the specified parameters as a command. If more than one parameter is specified, all parameters will be joined using a space character as a separator.
+The <tt>eval</tt> function causes fish to evaluate the specified parameters as a command. If more than one parameter is specified, all parameters will be joined using a space character as a separator.
\subsection eval-example Example