aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/function.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/function.txt')
-rw-r--r--doc_src/function.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc_src/function.txt b/doc_src/function.txt
index 4eb555c9..085072ef 100644
--- a/doc_src/function.txt
+++ b/doc_src/function.txt
@@ -27,6 +27,7 @@ are inserted into the environment variable <a href="index.html#variables-arrays"
<pre>function ll
ls -l $argv
+end
</pre>
will run the \c ls command, using the \c -l option, while passing on any additional files and switches to \c ls.