summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-09 20:01:16 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-09 20:01:16 +0100
commit2dd33e720e5eb3f33b19dbb5f4226badeba7bd21 (patch)
tree0ea421b07cd752b2d35b4137991f7485c59b1d9c
parentwrito (diff)
downloadblueshift-2dd33e720e5eb3f33b19dbb5f4226badeba7bd21.tar.gz
blueshift-2dd33e720e5eb3f33b19dbb5f4226badeba7bd21.tar.bz2
blueshift-2dd33e720e5eb3f33b19dbb5f4226badeba7bd21.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--examples/lisp-esque.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf
index e06f46e..99d1486 100644
--- a/examples/lisp-esque.conf
+++ b/examples/lisp-esque.conf
@@ -196,14 +196,14 @@
; In this example (resolution:encoding) only has one argument,
; it applies all day long on each colour curve.
#(resolution:encoding :eval i_size) ### -- ADVANCED LEVEL --
- ; This evaluated into:
+ ; This is evaluated into:
; (resolution:encoding 256)
; (resolution:output) in this example one argument that is
; a tuple of three values which represent red, green, and
; blue respectively. Because it is only one argument it
; applies all day long as well.
#(resolution:output (:eval (o_size o_size o_size))) ### -- ADVANCED LEVEL --
- ; This evaluated into:
+ ; This is evaluated into:
; (resolution:output (65535 65535 65535))
; As always you can control the monitors individually:
; (resolution:output (:eval ((o_size o_size o_size) (o_size o_size o_size))))