aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-11-11 16:01:06 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-11-11 16:01:06 +0100
commitd862f4dfb76151413545070ac2df706bca31d9cf (patch)
treeba3c32399cd2f68dc378d34f707a2cf97ab5bb45 /README
parent788ef986832528a3f276beb906e7efeeec94b172 (diff)
doc fix
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index e751d42..2f145b3 100644
--- a/README
+++ b/README
@@ -159,6 +159,8 @@ The following commands are recognized:
- if you use `chain` with a handler script which must return some output (such as a cookie handler -- uzbl will wait for and use its output), use sync_spawn or sync_sh instead of spawn or sh in the command that should give the output
* `event <event_name> [event_details]`
- send custom event
+* `request <request_name> [request_details]`
+ - send custom request (same idea as events, but to be processed by EM, not uzbl-core)
* `menu_add <label> = <uzbl command>`
* `menu_link_add <label> = <uzbl command>`
* `menu_image_add <label> = <uzbl command>`
@@ -177,7 +179,7 @@ The following commands are recognized:
* `hardcopy`
- open print dialog
* `include <file>`
- - read contents of file and interprete commands
+ - read contents of file and interpret commands
### VARIABLES AND CONSTANTS