aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-14 22:05:40 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-14 22:05:40 +1000
commit90302d923272083b23228871b07735da19dc8b06 (patch)
treec787c0e34dccf3005c93d3e754a4046658ee3809
parentbee6805ff9cb309d88e91c311917b4b9d15290f0 (diff)
Documentation correction
darcs-hash:20060814120540-ac50b-25daddbd1130d1b57837affa6c58542fd91ff59e.gz
-rw-r--r--doc_src/doc.hdr6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc_src/doc.hdr b/doc_src/doc.hdr
index 9432d586..77180322 100644
--- a/doc_src/doc.hdr
+++ b/doc_src/doc.hdr
@@ -1156,9 +1156,9 @@ When defining a new function in fish, it is possible to make it into an
event handler, i.e. a function that is automatically run when a
specific event takes place. Events that can trigger a handler currently are:
-* When a signal is delivered
-* When a process or job exits
-* When the value of a variable is updated
+- When a signal is delivered
+- When a process or job exits
+- When the value of a variable is updated
Example: