aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/function.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-09-21 09:57:18 +1000
committerGravatar axel <axel@liljencrantz.se>2005-09-21 09:57:18 +1000
commit4c9903cd66fec446c3ccf354d744ae3dbad33552 (patch)
tree8f3ee73214236d7fa7d56c943be17b7fe9846abf /doc_src/function.txt
parente3ce01d6855c9330b1cd2dec19eff1139676c7db (diff)
Minor tweaks
darcs-hash:20050920235718-ac50b-a6e0fc1960a8172415fb8a5ebcce81f921d87b10.gz
Diffstat (limited to 'doc_src/function.txt')
-rw-r--r--doc_src/function.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc_src/function.txt b/doc_src/function.txt
index a8dba06f..4eb555c9 100644
--- a/doc_src/function.txt
+++ b/doc_src/function.txt
@@ -6,7 +6,7 @@
\subsection function-description Description
- <tt>-d DESCRIPTION</tt> or \c --description=DESCRIPTION is a description of what the function does, suitable as a completion description
-- \c -b or \c --key-binding specifies that the function is a key biding. Key binding functions work exactly like regular functions except that they can not be tab-completed, and may contain the '-' character.
+- \c -b or \c --key-binding specifies that the function is a key biding. Key binding functions work exactly like regular functions except that they can not be tab-completed, and may contain the '-' character.
This builtin command is used to create a new function. A Function is a
list of commands that will be executed when the name of the function
@@ -16,7 +16,7 @@ is entered. The function
function hi
echo hello
end
-BB</pre>
+</pre>
will write <tt>hello</tt> whenever the user enters \c hi.
@@ -30,7 +30,7 @@ are inserted into the environment variable <a href="index.html#variables-arrays"
</pre>
will run the \c ls command, using the \c -l option, while passing on any additional files and switches to \c ls.
-A
+
<pre>
function mkdir -d "Create a directory and set CWD"
mkdir $argv