aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/function.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-26 20:22:53 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-26 20:22:53 +1000
commite98a604a2126b23468db50d64874b4d130cdbd4a (patch)
treebac46b4db461429d223be81bcc17a0bc337cb12c /doc_src/function.txt
parent3341fc888c9b008b6b83603406755610b83f2c94 (diff)
Minor edits, remove unneeded code, add a few commants, correct spelling, tweak the todo list, etc.
darcs-hash:20061026102253-ac50b-eb42fdab9a9211d68386a563134856a96b870d90.gz
Diffstat (limited to 'doc_src/function.txt')
-rw-r--r--doc_src/function.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc_src/function.txt b/doc_src/function.txt
index 75bf9e88..7bf7ced2 100644
--- a/doc_src/function.txt
+++ b/doc_src/function.txt
@@ -5,7 +5,6 @@
\subsection function-description 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.
- <code>-d DESCRIPTION</code> or \c --description=DESCRIPTION is a description of what the function does, suitable as a completion description
- <code>-j PID</code> or <code> --on-job-exit PID</code> tells fish to run this function when the job with group id PID exits. Instead of PID, the string 'caller' can be specified. This is only legal when in a command substitution, and will result in the handler being triggered by the exit of the job which created this command substitution.
- <code>-p PID</code> or <code> --on-process-exit PID</code> tells fish to run this function when the fish child process with process id PID exits