aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/function.txt
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-11 14:44:41 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-11 14:44:41 -0800
commit2628da4a594212156e9d26fb1c07097d4c5bb7fb (patch)
tree6a8e7debe91e84a099c9b47c2c5270d71ee551cd /doc_src/function.txt
parentccb157c7a30fadef70241e9dc362d78258a3866e (diff)
Removed some debugging code used in determining autosuggestion truncation
Fixed a busted link in the function doc
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 829530f6..4761a5d9 100644
--- a/doc_src/function.txt
+++ b/doc_src/function.txt
@@ -27,7 +27,7 @@ will write <code>hello</code> whenever the user enters \c hi.
If the user enters any additional arguments after the function, they
are inserted into the environment <a href="index.html#variables-arrays">variable array</a> argv.
-By using one of the event handler switches, a function can be made to run automatically at specific events. The user may generate new events using the <a href='#emit">emit</a> builtin. Fish generates the following named events:
+By using one of the event handler switches, a function can be made to run automatically at specific events. The user may generate new events using the <a href="#emit">emit</a> builtin. Fish generates the following named events:
- \c fish_prompt, which is emitted whenever a new fish prompt is about to be displayed
- \c fish_command_not_found, which is emitted whenever a command lookup failed