aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/function.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-20 01:47:47 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-20 01:47:47 +1000
commitb2d4e85f172fecfba0a0fcd136f6d8178ff9b90c (patch)
tree7b2c912908ebaea78389789007690c5f2de72755 /doc_src/function.txt
parenta5868d67f5548923c4452622a24c42ff90f23188 (diff)
Make any character except '/' legal in function names
darcs-hash:20061019154747-ac50b-f3ab0df1085b91ec0eadcceddb23f03d5b0247aa.gz
Diffstat (limited to 'doc_src/function.txt')
-rw-r--r--doc_src/function.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/function.txt b/doc_src/function.txt
index 37ed23fc..75bf9e88 100644
--- a/doc_src/function.txt
+++ b/doc_src/function.txt
@@ -5,7 +5,7 @@
\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, 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.
- <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