aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/eval.txt
diff options
context:
space:
mode:
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