aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Dan Hackney <dan@haxney.org>2009-12-30 14:50:11 -0500
committerGravatar Dan Hackney <dan@haxney.org>2009-12-30 14:50:11 -0500
commit7be1838969b8a08a6023e1b8990a3a5c121b6352 (patch)
tree669f4d19802b5952ca5cd285f0bbba66371c75f9 /README
parentfbbb7ed7fdc089cc71a6ef22e1587c0bec1c1842 (diff)
Fix paragraph wrapping.
Signed-off-by: Dan Hackney <dan@haxney.org>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 85ab5b2..444c48e 100644
--- a/README
+++ b/README
@@ -170,8 +170,7 @@ The following commands are recognized:
### VARIABLES AND CONSTANTS
-Uzbl has a lot of internal variables and constants. You can get the values (using the `print` command, see above), and for variables you can also change the value at
-runtime. Some of the values can be passed at start up through commandline arguments, others need to be set by using commands (eg in config file).
+Uzbl has a lot of internal variables and constants. You can get the values (using the `print` command, see above), and for variables you can also change the value at runtime. Some of the values can be passed at start up through commandline arguments, others need to be set by using commands (eg in config file).
Some of them have default values (see config.h)
Some variables have callback functions which will get called after setting the variable to perform some additional logic (see below)